P

Praveen Singh • 36.81K Points
Coach

Q. Which statement is valid if '`sampledb`' is a database and '`tbl`' is a table in it?

  • (A) SELECT * FROM `sampledb.member`
  • (B) SELECT * FROM `sampledb`.`member`
  • (C) SELECT * FROM `member`.`sampledb`
  • (D) SELECT * FROM `member.sampledb`
  • Correct Answer - Option(B)
  • Views: 22
  • Filed under category MySQL

Explanation by: Praveen Singh
This question is asking about the correct way to reference a table within a database in MySQL.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics