Home »
MCQs »
MySQL MCQs
In the following statement, what do you mean by the 'student'?
13. In the following statement, what do you mean by the 'student'?
USE student;
- Database name
- Row name
- Column name
- Table name
Answer: A) Database name
Explanation:
In USE student, 'student' represents the database named.