Which of the following statements is true?

You want to create two databases, test and Test. Which of the following statements is true?

You want to create two databases, test and Test. Which of the following statements is true?

A.
You can create both databases because database names in MySQL are case sensitive.

B.
You can create both databases when your operating system supports case sensitive directory
names.

C.
You can create both databases when you quote delimited the database names like `test` and
`Test`.

D.
You can create both databases since t and T are different in the ASCII character set.



Leave a Reply 0

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