
42.8K
EN🧠 SQL MCQs 😈 | Core Commands You Must Know
Level up your SQL fundamentals 👇
⸻
4️⃣ Which command deletes all rows but keeps the table structure?
✅ Answer: C. TRUNCATE
👉 Removes all records quickly but does not delete the table.
⸻
5️⃣ Which SQL clause is used to filter records?
✅ Answer: A. WHERE
👉 Filters rows before grouping based on conditions.
⸻
6️⃣ Which SQL statement is used to update data?
✅ Answer: B. UPDATE
👉 Used to modify existing records in a table.
⸻
📌 Quick Interview Tip:
✔️ DELETE → removes rows (can use WHERE)
✔️ TRUNCATE → removes all rows (faster, no WHERE)
✔️ UPDATE → modifies existing data
💬 Comment your score: 0/3 | 1/3 | 2/3 | 3/3
❤️ Save this for quick SQL revision
➡️ Follow for daily SQL MCQs & placement prep
#SQLMCQs #SQLCommands #DBMS #LearnSQL #InterviewPreparation #CodingReels #PlacementReady 🚀
@engineeringmarathi










