Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.72K Points
Extraordinary

Q. In the following statement, what do you mean by the 'student'?

Code:
USE student;
(A) Database name
(B) Row name
(C) Column name
(D) Table name
Explanation by: Jatin Dubey
In USE student, 'student' represents the database named.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.