InterviewSolution
Saved Bookmarks
| 1. |
Which of the following characters is illegal in naming an unquoted identifier in SQL?(a) _(b) $(c) 2(d) .This question was addressed to me by my school principal while I was bunking the class.My doubt stems from MySQL Identifier Syntax and Naming Rules topic in portion Using SQL to Manage Data of MySQL |
|
Answer» The correct choice is (d) . |
|