Teradata and Oracle PL/SQL Database Quiz

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which statement would change the default date format to a specified format for the current session?

  1. ALTER SESSION SET NEW_DATE_FORMAT = <date_format>
  2. ALTER SESSION SET CUR_DATE_FORMAT = <date_format>
  3. ALTER SESSION SET NLS_DATE_FORMAT = <date_format>
  4. ALTER SESSION SET SESS_DATE_FORMAT = <date_format>
Change Mode