1.

Which of these modes is a composite server mode?(a) COMPOSITE(b) COMPOSITE_MODE(c) COMPOSITE_SERVER(d) ANSIThe question was posed to me during an online interview.Question is taken from Server SQL Mode topic in portion Using SQL to Manage Data of MySQL

Answer» CORRECT option is (d) ANSI

Easiest explanation: The ‘ANSI’ mode value is a composite mode. It turns on SEVERAL other mode values like ANSI_QUOTES, PIPES_AS_CONCAT. This makes the server behave MUCH like standard SQL than the DEFAULT mode.


Discussion

No Comment Found

Related InterviewSolutions