In SQL, which of the following code is correct for the select?
- A. SELECT * FROM tblcustomer
- B. SELECT * FROM TABLE tblcustomer
- C. SELECT FROM TABLE tblcustomer
- D. None correct
Answer: Option A
In SQL, which of the following code is correct for the select?
Answer: Option A