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

and 2 others joined a min ago.
and 4 others joined a min ago.