What Is The Syntax For Select Statement #24
What is the syntax for SELECT statement?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL MCQs on Select Statement - SQL Select Statement - Quiz No.1.
What is the syntax for SELECT statement?
SELECT table_name FROM database_name;
SELECT column_list FROM table_name;
SELECT row_list FROM table_name;
SELECT record_list FROM table_name;