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