NEW
Font size
WorksheetsSQL1
Total questions: 10
Worksheet time: 5mins
SQL is ______________?
Programming Language
Query Language
Both
None of these
What is the meaning of “SELECT” clause in sql?
Show me all Columns and rows
Show me all columns
Show me all rows
None of the mentioned
What will be the output of the following SQL statement?
SELECT *
FROM person;
Show all rows and columns of table “person”
Show all rows of table “person”
Show all columns of table “person”
None of the mentioned
Can “SELECT” clause be used without the clause “FROM”?
YES
NO
Depends upon condition
None of the mentioned
Find the error in the following SQL statement?
SELECT *;
No Error
No table mentioned
Depends
None of the mentioned
Which clause is mandatory with clause “SELECT” in sql?
FROM
WHERE
Both FROM and WHERE
None of the mentioned
Which among the following can also be included with “SELECT” clause while writing query in sql?
Literals
Expressions
User defined functions
All of the mentioned
Which among the following is an optional Keyword?
Distinct
All
AS
None of these
SQL stand for_________________?
Structure Query Language
Structured Query Language
Structured Query Learning
Structure Query Learning
What does DML stand for?
Different Mode Level
Data Model Language
Data Mode Lane
Data Manipulation language
