The document contains a series of questions related to Database Management Systems (DBMS), categorized into three sections based on marks. It covers topics such as database users, DDL, database schema, functional dependency, normal forms, and various SQL commands. The questions range from definitions and examples to detailed explanations of concepts like ACID properties and data models.
The document contains a series of questions related to Database Management Systems (DBMS), categorized into three sections based on marks. It covers topics such as database users, DDL, database schema, functional dependency, normal forms, and various SQL commands. The questions range from definitions and examples to detailed explanations of concepts like ACID properties and data models.
2. Define DDL. 3. What is database schema? 4. Define Attribute in relational model. 5. Explain Functional Dependency. 6. What is candidate key? What is the difference between primary key and candidate key? 7. Write the query for delete table content of "student" without its structure. 8. Define select command with example. 9. Define composite query with example. 10. Define concurrency. 11. Define delete statement. 12. Write any two advantages of stored procedure 13. Define DCL. 14. What is weak entity? 15. What is domain relational calculus? Give an example. 16. Define fifth normal form. 17. Define any two aggregate functions. 18. Write command for creating view. 19. What is composite attributes? 20. Define dead lock. 21. Write the syntax for delete a trigger. 22. List functions of DBA. 23. Define DML. 24. List different type of constraints. 25. Define Records in relational model. 26. Define fourth normal form. 27. Define reference key. 28. Define Domains in relational model. 29. Explain Updation Anomaly. 30. State join dependency. 31. Define Create statement with example. 32. Define constraint with example. 33. What is trigger? 5 marks:
1. Give a detailed note on EER.
2. Describe aggregate functions in detail. 3. Explain insertion anomaly with example. 4. Explain Multivalued Dependencies and Fourth Normal Form. 5. Define aggregate functions with example. 6. What is view? How to create and destroy view? 7. Explain ACID property 8. Explain tuple and attribute with example. 9. Explain anomalies in a Database with example. 10. Explain First and second normal form with example. 11. Explain DCL, DQL and TCL commands. 12. Differentiate Primary key, foreign key and candidate key. 13. Give a short note on Relational algebra. 14. Explain Updation anomaly with example. 15. Explain create and insert statement with example. 16. Explain desirable properties of transaction. 17. Explain constraints. 18. Explain functional dependencies. 19. Explain BCNF. 20. Give a detailed note on group by and order by statements with example. 10 marks:
1. Describe File System and Database management System.
2. What are the main difference between Relational data model and ER model. Explain ER model. 3. Explain Different data models in detail.