MySQL + SQL · Lesson 124

DBMS Interview Questions

Common DBMS Interview Questions

Frequently asked DBMS questions with short answers — useful for placements and viva.

Questions & Answers

QuestionShort Answer
What is DBMS?Software to store, manage and retrieve data.
DBMS vs RDBMS?RDBMS stores data in related tables with keys.
What is normalization?Organizing tables to reduce redundancy.
Primary vs foreign key?Primary = unique ID; foreign = link to another table.
What are ACID properties?Atomicity, Consistency, Isolation, Durability.
DELETE vs TRUNCATE?DELETE = rows with WHERE; TRUNCATE = all rows, faster.

Summary

  • Know DBMS/RDBMS, keys, normalization, ACID, and DELETE vs TRUNCATE.
  • Keep answers short and example-backed in interviews.
🔗

Share this topic with a friend

यह topic किसी दोस्त को भेजें

Found it useful? Send it to a classmate learning the same thing.

अच्छा लगा? जो दोस्त यही सीख रहा है, उसे भेज दीजिए।

WhatsApp