Which function returns the current date without a time component in most SQL databases?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

Which function returns the current date without a time component in most SQL databases?

Key points

  • CURRENT_DATE / CURDATE() specifically retrieves the date part.
  • DATETIME() and GETTIME() are not standard SQL functions.
  • TODAY() is not a built-in SQL function for date retrieval.

Ready to go further?

Related questions