MySQL Questions and Answers
Practice ModeShowing 10 of 36 questions
Q31
The USE command?
Answer: Option D
Q32
Given an employees table as follows:
emp_id emp_name
1 Brush
2 Jerrin
what value will be return by below query ?
Select count(*) from employees
Answer: Option B
Q33
The main MySQL program that does all the data handling is called?
Answer: Option C
Q34
A SELECT command without a WHERE clause returns?
Answer: Option B
Q35
MySQL Access security is controlled through?
Answer: Option B
Q36
In a SELECT with a GROUP BY clause, a WHERE clause, and a HAVING clause, the WHERE conditions are applied before the HAVING conditions.
Answer: Option A