InterviewSolution
Saved Bookmarks
| 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 |
|