Leave a Reply 8

Your email address will not be published. Required fields are marked *


mugur

mugur

Correct answer is A.

negative

negative

what’s the question to get answer e, should read which database would not be created, I tested in MySQL and all were created except 12!!!

jhutch

jhutch

For e to work you need put 12 in backticks. You can’t have a database starting with more than a single digit. create database `12`

zz

zz

E

Because only E does not work

420

420

If using ASCII symbols other than $ or _, quote it.
If using whitespace or control characters, quote it.
If using all numbers for an identifier, quote it.
Also you cant have whitespace at the end of database, table and column name.