MCQOPTIONS
Saved Bookmarks
| 1. |
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 `sampledb.member` |
| C. | SELECT * FROM `member.sampledb` |
| D. | SELECT * FROM `sampledb`.`member` |
| E. | None of these |
| Answer» E. None of these | |