InterviewSolution
Saved Bookmarks
| 1. |
Which of the following commands sets the SQL mode as TRADITIONAL?(a) –sqlmode=’TRADITIONAL’(b) –sql_mode=’TRADITIONAL’(c) –sql-mode=’TRADITIONAL’(d) –sql.mode=’TRADITIONAL’I got this question by my college professor while I was bunking the class.This intriguing question originated from Server SQL Mode in division Using SQL to Manage Data of MySQL |
|
Answer» The correct choice is (c) –SQL-mode=’TRADITIONAL’ |
|