Q. abc in the following MySQL statement is . . . . . . . .
DELETE FROM xyz WHERE abc = 5;

  • (A) column name
  • (B) FROM
  • (C) row name
  • (D) database name
πŸ’¬ Discuss
βœ… Correct Answer: (A) column name
Explanation: This question is asking you to identify what "abc" represents in a MySQL DELETE statement.
Explanation by: Pooja
This question is asking you to identify what "abc" represents in a MySQL DELETE statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
109
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Pooja
Publisher
πŸ“ˆ
99%
Success Rate