Top 20 MCQs on SQL queries, Normalization, ACID properties, Joins, Transactions and Keys — 2026 placement essentials!
Which SQL clause is used to filter rows AFTER grouping?
What does ACID stand for in database transactions?
Which normal form removes partial dependencies?
What is a foreign key?
Which SQL command is used to permanently save a transaction?
What is a deadlock in DBMS?
Which JOIN returns all rows from both tables, with NULLs where no match?
What is the difference between DELETE and TRUNCATE?
A relation is in BCNF if for every functional dependency X → Y, X is a:
What does the SQL DISTINCT keyword do?
Which isolation level prevents dirty reads but allows non-repeatable reads?
What is an index in a database?
In a 1:M relationship, where is the foreign key placed?
What SQL function returns the number of rows in a group?
What is a VIEW in SQL?
Which property ensures that once a transaction is committed, it survives system failures?
What is normalization in DBMS?
Which of the following is a NoSQL database?
What does SQL's GROUP BY clause do?
What is the result of: SELECT * FROM emp WHERE salary BETWEEN 30000 AND 50000?
Other Technical Topics: