iGET

Database (DBMS) - MCQ Practice Questions

DBMS & SQL MCQs — normalization, joins, transactions & indexing.

57 questions | 100% Free

Q.21Medium

For a sales database, to get top 5 products by revenue in each region, which window function approach is suitable?

Q.22Medium

In an e-commerce platform with orders table, which index structure is best for frequently filtering by customer_id AND order_date?

Q.23Medium

Which of the following is a valid correlated subquery for finding employees earning more than their department average?

Q.24Medium

In a bank database with accounts table, which query correctly identifies dormant accounts (no transactions in 2 years)?

Q.25Medium

Which anomaly in unnormalized database allows insertion of duplicate partial information without main entity?

Q.26Medium

For a multi-million row analytics database, which data type is most storage-efficient for storing yes/no values?