Right choice is (b) SELECT * FROM `sampledb`.`member`
Explanation: When quotes are being used to refer to a qualified name, the individual identifiers are quoted within the name separately. So, the database name `sampledb` and table name `tbl` are quoted separately.