1.

In MySQL, identifier names can start with a digit.(a) True(b) FalseThe question was asked in my homework.This question is from MySQL Identifier Syntax and Naming Rules topic in division Using SQL to Manage Data of MySQL

Answer»

The correct OPTION is (a) True

Explanation: Identifiers are allowed to start with any LEGAL character. So it may begin with a digit. The special characters in the identifier characters consist of the ‘_’ and ‘$’. The other characters are the alphanumeric characters.



Discussion

No Comment Found

Related InterviewSolutions