πŸ“Š MySQL
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`
πŸ’¬ Discuss
βœ… Correct Answer: (B) SELECT * FROM `sampledb`.`member`

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
70
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
85%
Success Rate