DBMS Lab Question Bank
DBMS Lab Question Bank
Develop Java based / oracle form/report builder based application for display the contents of
1. Student table
2. Subject table
3. IntMarks table
1. Create a well-formed XML document containing details of a Student like: USN, Sname, Address
2. Create a well-formed XML document containing details of a Subject like: Subcode, Title, Credits
3. Create a well-formed XML document containing details of IntMarks like: USN, Subcode, UT1, UT2,
MT1, MT2
4. Develop Java based / oracle form/report builder based application for the updating and retrieving records
from database.
Company Database:
EMPLOYEE (SSN, Name, Address, Sex, Age, Salary, SuperSSN, DNo)
DEPARTMENT (DNo, DName, MgrSSN, MgrStartDate)
DLOCATION (DNo,DLoc)
PROJECT (PNo, PName, PLocation, DNo)
WORKS_ON (SSN, PNo, Hours)
Develop Java based / oracle form/report builder based application for display the contents of
4. Employee table
5. Department table
1. Project table
5. Create a well-formed XML document containing details of a Project like: Pno, Pname, PLocation
6. Create a well-formed XML document containing details of a Department like: DNo, DName, MgrSSN
7. Create a well-formed XML document containing details of a Employee like: , SSN, Name, Sex, Salary
1. Develop Java based / oracle form/report builder based application for the updating and retrieving records
from database.