Which Of The Following Syntax Of The Basic Query Is Correct #584
Which of the following syntax of the basic query is correct?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Introduction to Relational Model and SQL - Basic Operations - Quiz No.1.
Which of the following syntax of the basic query is correct?
select <relation> from <attribute>
select <attribute> from <elation>
select <tuple> from <relation>
select <tuple> from <attribute>