Wednesday 9 October 2013

13.You need to create a table named Student_Details to store the details of students in the database. The structure is shown in the following table.






create XML Schema Collection StudentInfo as
'<schema xmlns="http://www.w3.org/201/xmlschema">
<Element name ="StudentName"Type="string"/>
<Element name ="Address" type="string"/>
<Element name ="ContactNumber"type="int"/>
</schema>'

No comments:

Post a Comment