๐Ÿงช Source (programming language) MCQ Quiz Hub

Database - Programming Language (MCQ) questions set 1

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

1. Which of the following is an Open Source DBMS?




2. When a primary key is define in the table, DBMS automatically creates a ____ on a primary key column.




3. Match the following A) Composite attribute ------ i) Attribute whose value is calculated from other attributes B) Multivalued Attribute ---- ii) Attribute that can be further subdivided to yield additional attributes C) Derived Attribute -------- iii) Attribute that can have more values




4. Which normal form is the partial dependency removed?




5. What is the responsibility of the buffer manager?




6. The problem caused by independent multivalued dependencies is eliminated in which of the normal form?




7. Which is not the relational algebra operator?




8. An attribute or combination of attributes in one table whose values must either match the primary key in another table or be null is called __________.




9. A transaction state changes from active to______, after the transaction has been rolled back and the database restored to its state prior to the start of the transaction.




10. How is specialization denoted in an ER Diagram?




11. What is Degree of relationships?




12. What does a query processor do in semantic checking?




13. Generalization is a bottom up design process that combines a number of entity sets, which share the same features into a higher level entity set.




14. How many primary key can a table in database have?




15. Which of the following language is used to define the integrity constraints?




16. What stores the metadata about the structure of the database, in particular the schema of the database?




17. What data structure is used to construct a Prev LSN in a database log?




18. Abbreviate ACID.




19. What is a schedule for a set of transactions?




20. Which is the correct SQL syntax from the following to create a PRIMARY KEY constraint on existing table โ€œ EMPLOYEE โ€ on " EMPID " column and currently column does not contain any value?




21. What information is not provided by a data dictionary?




22. What is a master list of index file?




23. What does a form define?




24. Which of the following is not a relational data of DBMS?




25. Which of the following is not true regarding to traditional information processing?




26. Which command permanently deletes the record from database?




27. What is a network structure?




28. What is the generalization of functional dependencies?




29. What is the maximum length of a field name?




30. Data items are composed of data elements.




31. What is used to delete an entire file except for a file structure?




32. Where can a subschema be used?




33. How can a tuple be divided in a relational schema?




34. What is a trigger?




35. What are the properties of Relational Database model?




36. Which of the following is true regarding indexing operation?




37. Which of the following provides an access path?




38. Between what can information be transferred?




39. What is a transparent DBMS?




40. What is a report generator used for?




41. Which command allows the user to change multiple fields?




42. Which of the following command executes faster?




43. State the main difference between a latch and a lock.




44. What are the following types of? SERIALIZABLE REPEATABLE READ




45. What relationships does Referential integrity control?




46. What type of database object represents a result set and is used to manipulate data row by row?




47. Which of the following is / are known as a minimal superkey?




48. What is a degree of relation?




49. Under which category do the commands CREATE and ALTER belong to?




50. Which type of lock ensures that multiple updates cannot be made to the same resource at the same time?