- 
					 Which server mode value enables use of double quotes to wrap identifier names?
 
- 
                        
- PIPES_AS_CONCAT
 - ANSI
 - ANSI_QUOTES
 - TRADITIONAL
 - None of these
 
 
Correct Option: C
In MySQL, use of double quotes is enabled when the server SQL mode ‘ANSI_QUOTES’ is set. The use of backticks is still allowed. For example, SELECT TABLE “my table” is a statement that is allowed.