Q. Which of the following statements is valid if ‘`sampledb`’ is a database and ‘`tbl`’ is a table in it?
β
Correct Answer: (C)
SELECT * FROM `sampledb`.`member`
You must be Logged in to update hint/solution