0
7.5kviews
Give the DTD for an XML representation of the following nested relational schema.
written 7.0 years ago by | • modified 2.9 years ago |
Subject: Distributed Database
Topic: XML
Difficulty: High
Give the DTD for an XML representation of the following nested relational schema.
Emp =(ename, childrenset setoff(children),skillset setoff(skills))
Children=( name, birthday)
Birthday =( day, month ,year)
Skills=( type,examset setoff(exams))
Exams=( year, city)
ADD COMMENT
EDIT
1 Answer