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