5 DBMS
5 DBMS
a) Hierarchical DBMS
b) Relational DBMS
c) NoSQL DBMS
d) Sequential DBMS
a) Query Processor
b) Database Administrator
d) Transaction Manager
a) RDMS
b) Hierarchical Model
c) Relational Model
d) Object-Oriented Model
5. In a relational database, a row is also known as a:
a) Tuple
b) Field
c) Record
d) Both a and c
a) INNER JOIN
b) LEFT JOIN
c) RIGHT JOIN
d) DIAGONAL JOIN
a) DELETE TABLE
b) REMOVE TABLE
c) DROP TABLE
d) ERASE TABLE
b) UPDATE
c) INSERT
a) B-tree
b) Hashing
d) AVL Tree
a) APPEND
b) UPDATE
c) INSERT
d) ADD
a) One-to-one
b) One-to-many
c) Many-to-many
d) Many-to-one
15. Which SQL clause is used to filter records based on a specified condition?
a) SORT
b) GROUP BY
c) ORDER BY
d) WHERE
a) CHECK
b) COUNT
c) UNIQUE
d) PRIMARY KEY
18. Which SQL function is used to return the number of rows in a table?
a) AVG()
b) SUM()
c) COUNT()
a) VARCHAR
b) BOOLEAN
c) INTEGER
d) DATE
20. Which SQL command is used to make permanent changes to the database?
a) COMMIT
b) ALTER
c) ROLLBACK
d) SAVEPOINT
21. Which normal form ensures that there are no transitive dependencies?
22. Which SQL operator is used to combine the results of two or more SELECT statements?
a) INTERSECT
b) UNION
c) MINUS
a) To rollback a transaction
c) To begin a transaction
24. Which SQL command is used to change the structure of an existing table?
a) ALTER TABLE
b) MODIFY TABLE
c) UPDATE TABLE
d) CHANGE TABLE
a) MAX()
b) MIN()
c) AVGALL()
d) SUM()
26. Which SQL keyword is used to retrieve distinct rows in the result set?
a) DISTINCT
b) UNIQUE
c) SELECT DISTINCT
d) DISTINCT ROWS
a) Atomicity
b) Consistency
c) Independence
d) Redundancy
28. Which of the following is not a type of lock used in DBMS for concurrency control?
a) Shared lock
b) Exclusive lock
c) Update lock
d) Read lock
30. Which SQL command is used to delete records from a table based on a condition?
a) REMOVE
b) DELETE
c) ERASE
d) TRUNCATE
31. Which normal form eliminates repeating groups by putting them into separate tables?
32. Which SQL clause is used to sort the result set based on specified columns?
a) ARRANGE BY
b) GROUP BY
c) ORDER BY
d) SORT BY
a) Hierarchical structure
b) Tables
c) Relationships
d) Integrity constraints
34. Which SQL command is used to revoke privileges from a user in a database?
a) REVOKE
b) DENY
c) REMOVE
d) DECLINE
a. Relational
b. Hierarchical
c. Network
d. Sequential
e. Object-oriented
36. Which DBMS component is responsible for managing data access and enforcing data
integrity?
a. Query Processor
b. Data Dictionary
c. Storage Manager
d. Database Administrator
e. Transaction Manager
37. Which normalization form ensures that each non-key attribute is fully functionally
dependent on the primary key?
A. Inner Join
B. Outer Join
C. Left Join
D. Right Join
E. Cross Join
40. What does the term “OLAP” stand for in the context of databases?