DBMS Bitbank New
DBMS Bitbank New
Autonomous
Course: II B. Tech II M A.Y: 2024-25
a) To provide a secure and efficient way to store and retrieve data b) To manage files and folders
a) Self-describing b) Integrated
c) To define the user's view of the data d) To define database management system
8. Which of the following data models organizes data into tables with well-defined relationships? [ a ]
9. What is the term for the ability to modify the schema without affecting the data? [ a ]
10. What is the term for the overall structure or organization of the data? [ a ]
a) Schema b) Instance
a) A subclass inherits attributes from a super class b) A super class inherits attributes from a subclass
c) A relationship inherits attributes from an entity d) An entity inherits attributes from a relationship
15. What is the term for the physical components of the database system? [ a ]
24. Which of the following types of constraints ensures that each tuple in a relation has a unique
identifier? [ b ]
a) A formal system for defining relations b) A formal system for manipulating relations
c) A formal system for querying relations d) A formal system for optimizing relations
27. Which of the following data types is used to represent whole numbers in SQL? [ b ]
29. Which of the following SQL statements is used to modify existing tuples in a table? [ b ]
33. Which of the following SQL statements is used to retrieve data from a table? [ d ]
38. Domain constraints, functional dependency and referential integrity are special forms of [ c ]
a) Foreign key b) Primary key c) Assertion d) Referential
constraint
39. Drop Table cannot be used to drop a table referenced by a _________ constraint. [ d ]
Here the course_id, sec_id and semester are __________ and course is a _____ [ b ]
41. After groups have been established, SQL applies predicates in the ___________ clause, allowing
aggregate functions to be used. [ b ]
42. Relational Algebra is a __________ query language that takes two relations as input and produces
another relation as an output of the query. [ c ]
44. Which of the following is used to denote the selection operation in relational algebra? [ b ]
46. All aggregate functions except _____ ignore null values in their input collection. [ b ]
48. The ____ condition allows a general predicate over the relations being joined. [ a ]
49. What type of join is needed when you wish to include rows that do not have matching values? [ c ]
50. Which of the following should be used to find the mean of the salary? [ b ]