Home / Programming MCQs / MySQL MCQs / Question
V
Q. The file created by the server to store the database attributes is _____?
Whenever a database is created in MySQL, the MySQL server creates a directory with the same name as the database. It creates the file db.opt to store the attributes.
You must be Logged in to update hint/solution
How many of the following use NULL to indicate failure?
Which of the following is not a sql keyword?
The server is told to accept spaces after function names by
The option that executes all SQL statements in a SQL script irrespective of the number of errors is
Which variable is used to set table alias names as non-case sensitive?
The privilege ____ can be granted to retrieve data.
What do you mean by HOST in MYSQL?
Discusssion
Login to discuss.