🧪 Source (programming language) MCQ Quiz Hub

Database - Programming Language (MCQ) questions set 2

Choose a topic to test your knowledge and improve your Source (programming language) skills

1. What is degree 0 isolation?




2. Which command helps to display schema of a table?




3. What is the highest level in a hierarchy of data organization?




4. Which of the following is used to define the schema of each database hosted in the DBMS?




5. Which of the following has a relationship between / among themselves as a functional dependency?




6. What type of form says “ Each column type is unique ” ?




7. Which among the following comprises of a complete record of all activities responsible in affecting the database contents for a specific duration?




8. What is 5NF?




9. Which is an essential characteristic of a normal form where every determinant in a table must be a candidate key?




10. What are the Report Generators used for?




11. What is durability?




12. Which type of lock does a record or page get locked immediately?




13. Which SQL keyword is used to remove the duplication of rows from the result set?




14. Issuing which type of savepoint will cause the named savepoint to be discarded? (Database)




15. What is an audit trial? (Database)




16. What is truncating a table?




17. A ROLLBACK statement will also release any existing savepoints that may not be in use.




18. What type of relationship does a hierarchical schema help to establish between the items of a database?




19. What do you mean by atomicity?




20. Which is the concurrency control protocol that ensure both conflict serializability and freedom from deadlock? (Database)




21. Which type of clustering index is defined on the fields?




22. Which of the following may lead to an irrecoverable error in a database system?




23. Which of the following statement is / are not true about normal forms? (Database)




24. What is the maximum possible size of the file in the index allocation scheme of blocks to a file depend on? (Database)




25. The functional dependencies for the relational schema student performance (name, courseNo, rollno, grade) is given below : name, courseNo -> grade rollno, courseNo -> grade name -> rollno rollno-> name What is the highest normal form of this relational schema?




26. Which normal relational database design the form that is considered adequate?




27. Which one of the following statements is / are true about SQL?




28. Consider an SQL query SELECT A.Id FROM A WHERE A.Age> All (SELECT B.Age FROM B WHERE B.name = ‘Anay’) The result of this query contains




29. Database: A condition that led to the development of database was




30. Database: Which of the following fields in a student file can be used as a primary key?




31. Database: Which is the make given to the database management system which is able to handle full text data, image data, audio and video?




32. Database: Which is not a function of aggregate function?




33. Database: In second normal form ______________________




34. Primitive operations common to all record management system include ? (Database)




35. An unnormalized relation contains values ?




36. A trigger is ?




37. Which of the following database object does not physically exist? (Database)




38. What are the important criteria for designing tables?




39. Databases: The view of total database content is _____




40. Which is the major data structure used in RDBMS?




41. Which of the following forms is considered as adequate for normal relational database design?




42. Why are B+ trees preferred over binary trees in databases?




43. State the concurrency protocols which ensure both conflict serializability and freedom from deadlock 1. 2-phase locking 2. Time-stamp ordering




44. The language used in application programs to request data from the DBMS is referred to as the