Home / Programming MCQs / MySQL MCQs / Question

V

Vinay Kumar • 8.55K Points
Tutor III

Q. Which of the following statements is valid if ‘`sampledb`’ is a database and ‘`tbl`’ is a table in it?

(A) SELECT * FROM `member`.`sampledb`
(B) SELECT * FROM `member.sampledb`
(C) SELECT * FROM `sampledb`.`member`
(D) SELECT * FROM `sampledb.member`

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.