1.

How are identifiers quoted in MySQL?(a) single quotes(b) double quotes(c) backticks(d) can’t be quotedThis question was addressed to me in quiz.This is a very interesting question from MySQL Identifier Syntax and Naming Rules in division Using SQL to Manage Data of MySQL

Answer»

Correct choice is (c) backticks

The best I can explain: An identifier is quoted within the backtick CHARACTERS ‘`’. This allows USE of any character except a byte with value 0 or 255. Single QUOTES and double quotes are not allowed when quoting identifier NAMES.



Discussion

No Comment Found

Related InterviewSolutions