mysql> select "1 apple" + "1 orange"; +------------------------+ | "1 apple" + "1 orange" | +------------------------+ | 2 | +------------------------+ 1 row in set, 2 warnings (0.00 sec) a) completion_type b) sql_mode c) datetime_format
[ Client/Server Concepts (5%) - Server SQL Modes ]
Answer:
b
The sql_mode variable can be used to control whether or not double quotes may be used as a string identifier.