Correct option is (b) SELECT * FROM `sampledb`.`member`
For explanation: When quotes is 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.