-
Which of the following commands sets the SQL mode as TRADITIONAL?
-
- –sql_mode=’TRADITIONAL’
- –sqlmode=’TRADITIONAL’
- –sql.mode=’TRADITIONAL’
- –sql-mode=’TRADITIONAL’
- None of these
Correct Option: D
When the server starts, the command –sql-mode=’TRADITIONAL’ can be used to set the SQL mode as ‘TRADITIONAL’. This can be stored in an option file or can be directly executed on the command line.