Which of the following is a correct way of selecting all the-05011
Which of the following is a correct way of selecting all the columns from a table called PERSONS?
This multiple choice question (MCQ) is related to the book/course vu cs403 Database Management Systems. It can also be found in vu cs403 Final Term - Quiz No.7.
Which of the following is a correct way of selecting all the columns from a table called PERSONS?
SELECT FROM * Persons
SELECT * FROM Persons
SELECT * WHERE Persons
SELECT WHERE * Persons