πŸ“Š MySQL
Q. What is abc in the following SQL statement?
DELETE FROM xyz WHERE abc = 5;
  • (A) column name
  • (B) ANSI_QUOTES
  • (C) row name
  • (D) database name
πŸ’¬ Discuss
βœ… Correct Answer: (A) column name

Explanation: This SQL statement is used to delete rows from a table. Let's break it down:

Explanation by: Bhagwan Das
This SQL statement is used to delete rows from a table. Let's break it down:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
91%
Success Rate