Exercise Get current date and time. Solution sqlCopy1SELECT DATE('now') AS today, TIME('now') AS current_time;