Dbms Ass II Questions
Dbms Ass II Questions
FACULTY INCHARGE:J.S.MULIMANI
1) List out the guidelines used to measure good database. Explain each with example.
2) Define normal form and explain 1NF,2NF 3NF and BCNF with example
4)Define transaction.What are the problems that occurs when the transaction executes in
uncontrolled manner.
8)Define schedule. Explain serial and non serial schedule with example.
9)What are the motivation for NOSQL Systems also explain the different categories of NOSQL
system with applications
STUDENT(USN,SName,Address,Phone,Gender)
CLASS(USN, SSID)
SUBJECT(Subcode,Title,Sem,Credits)
2. List the usn,name and address of students who are studying semester 5 and sectionA;.
Retrieve the USN and FinalIA marks of students for the subject with Subcode
CS101;.
5. Find the USNs of students who have either scored above 80 in Test1 or above 80
in Test2.
6. Retrieve the names of students who are in both semester 2 and section A
8. List the subjects which have students with FinalIA marks above 90.
10. Find the maximum, minimum, and average Test1 marks for the subject 'CS101'.
13. Create a view which contains usn, subject code and 3 test marks and final IA
marks