Q. When no modes are enabled, what does this SQL statement return?
SELECT @@SESSION.sql_mode;

  • (A) empty value
  • (B) zero
  • (C) a negative value
  • (D) a garbage value
πŸ’¬ Discuss
βœ… Correct Answer: (A) empty value
Explanation: This question is about SQL modes in MySQL. SQL modes are settings that control how MySQL interprets and executes SQL statements.
Explanation by: Bhagwan Das
This question is about SQL modes in MySQL. SQL modes are settings that control how MySQL interprets and executes SQL statements.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
111
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
87%
Success Rate