In SQL, What is the correct syntax from select all?

  • A. SELECT ALL FROM tblcustomer
  • B. SELECT * FROM tblcustomer
  • C. SELECT ALL * FROM tblcustomer
  • D. None correct

Answer: Option B