Question:

Consider the following SQL functions:
(A) CURDATE()
(B) CURRENT DATE()
(C) CURRENT DATE
(D) TODAY()

Updated On: Nov 4, 2024
  • (A), (B), and (D) only
  • (A), (B), and (C) only
  • (A), (B), (C), and (D)
  • (B), (C), and (D) only
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

SQL functions CURDATE(), CURRENT DATE(), and CURRENT DATE return the current date. TODAY() is not a standard SQL function.
Was this answer helpful?
0
0