πŸ“Š MySQL
Q. What is the result of this SQL?
Code:
SELECT NOW();
  • (A) Current date only
  • (B) Current time only
  • (C) Current date and time
  • (D) Syntax error
πŸ’¬ Discuss
βœ… Correct Answer: (C) Current date and time

Explanation: `NOW()` returns the current date and time.

Explanation by: Mr. Dubey
`NOW()` returns the current date and time.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
59
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate