- 
					 Which statement can be used to specify the sql_mode system variable at runtime?
 
- 
                        
- ASSIGN
 - CHANGE
 - SET
 - SPECIFY
 - None of these
 
 
Correct Option: C
The ‘SET’ statement can change the SQL mode at runtime. For example, the statement SET sql_mode = ‘ANSI_QUOTES’ can be used by a client in its own session specific SQL mode.