0
7.9kviews
Give the DTD for an XML representation of the following nested relational schema.
| written 8.2 years ago by | • modified 4.1 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

and 4 others joined a min ago.