MySQL Questions and Answers
Practice ModeShowing 10 of 36 questions
Q11
To remove duplicate rows from the result set of a SELECT use the following keyword:
Answer: Option C
Q12
Which of the following can add a row to a table?
Answer: Option B
Q13
To use MySQL on your computer, you'll need?
Answer: Option B
Q14
Which SQL statement is used to insert a new data in a database?
Answer: Option A
Q15
In a LIKE clause, you can could ask for any value ending in "qpt" by writing
Answer: Option A
Q16
A NULL value is treated as a blank or 0.
Answer: Option B
Q17
MySQL is
Answer: Option D
Q18
In a LIKE clause, you can ask for any 6 letter value by writing?
Answer: Option D
Q19
The result of a SELECT statement can contain duplicate rows.
Answer: Option B
Q20
Which function used to get the current time in mysql?
Answer: Option C