1.

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

A. SELECT * FROM `member.sampledb`
B. SELECT * FROM `sampledb.member`
C. SELECT * FROM `sampledb`.`member`
D. SELECT * FROM `member`.`sampledb`
E. None of these
Answer» D. SELECT * FROM `member`.`sampledb`


Discussion

No Comment Found