What is Database Management System? Explain the DBMS architecture with diagram. What is data independence?
What is entities and its types? How do we reduce different types of entities and relationships of ER diagram into Tables? Explain with assuming different types of entities and relations.
What is normalization? Why normalization is required? Explain 1NF, 2NF and 3NF with example.
Attempt any Eight questions
[8x5=40]What do you mean by Schema and instance in DBMS? Explain both with example.
What is conflict schedule? Explain with example.
Retrieve the TName, and No_of_priod of teachers who teach in "ABC" school using Relational Algebra.
TEACHER(TID, TName, TAddress, TQualification)
SCHOOL (SID, SName, SAddress, SPhone)
SCHOOL_TEACHER (SID, TID, No_of_period)
Explain aggregation with example.
Define functional dependencies. Explain 2nd normal form with example?
Explain Assertion and Triggers with example.
What is concurrency control? What are its advantages in DBMS?
What is Buffer Management in DBMS? Explain.
What is transaction? Draw states of transaction and explain.