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