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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
265
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vinay Kumar
Publisher
πŸ“ˆ
84%
Success Rate