MySQL Questions and Answers
Practice ModeShowing 10 of 36 questions
Q21
A table may be joined to itself.
Answer: Option A
Q22
Which of the following is not a valid aggregate function?
Answer: Option D
Q23
mysql_pconnect()
is used to make a persistent connection to the database which means a SQL link that do not close when the execution of your script ends.
Answer: Option A
Q24
What SQL clause is used to restrict the rows returned by a query?
Answer: Option B
Q25
Which of the following is used to delete an entire MYSQL database?
Answer: Option C
Q26
MySQL supports the complete SQL99 standard
Answer: Option A
Q27
Primary Key does allow the Null Values. where as in
Unique key doesn't accept the Null values.
Question:
True or False ?
Answer: Option A
Q28
How much character are allowed to create database name?
Answer: Option C
Q29
Which of the following commands should be used to create a database named "student"?
Answer: Option B
Q30
Which one will delete the table data as well as table structure?
Answer: Option B