📚 Practice Mode

Teradata and Oracle PL/SQL Database Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
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>