In SQL, What is the correct syntax from selecting all data from a table?
- A. SELECT ALL FROM tblstudent
- B. SELECT * FROM tblstudent
- C. SELECT ALL * FROM tblstudent
- D. None correct
Answer: Option B
In SQL, What is the correct syntax from selecting all data from a table?
Answer: Option B