Deneme

The SQL Keyword(s)_________ is used with wildcards
IN only
LİKE only
NOT IN only
IN and NOT IN
A subQuery in an SQL SELECT statement is enclosed in
Braces --{...}.
CAPITAL LETTERS.
Parenthesis --(...).
Brackets -- [...].
Which of the following in NOT a SQL keywoed or SQL clause?
INSERT
SELECT
UPDATE
INVERT
Which of the following are the five built-in functions provided by SQL?
COUNT,SUM,AVG,MAX,MIN
SUM,AVG,MIN,MAX,MULT
SUM,AVG,MULT,DIV,MIN
SUM,AVG,MIN,MAX,NAME
Which of the following is valid SQL for an Index?
CREATE INDEX ID;
CHANGE INDEX ID;
ADD INDEX ID;
REMOVE INDEX ID;
The command to eliminate a table from a database is:
REMOVE TABLE CUSTOMER;
DROP TABLE CUSTOMER;
DELETE TABLE CUSTOMER;
UPDATE TABLE CUSTOMER;
The FROM SQL clause is used to
Specify range for search condition
Specify search condition
Specify what table we are selecting or deleting data from
Which of the following is the original purpose of SQL
To specify the syntax and semantics of SQL data Definition language
To specify the syntax and semantics of SQL manipulation language
To define the data structures
All of the above
The result of a SQL SELECT statement is a(n)__________.
Report
Table
From
File
Which of the following is the correct order of keywords for SQL SELECT statements?
SELECT,FROM,WHERE
FROME,WHERE,SELECT
WHERE,FROM,SELECT
SELECT,WHERE,FROM
{"name":"Deneme", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"The SQL Keyword(s)_________ is used with wildcards, A subQuery in an SQL SELECT statement is enclosed in, Which of the following in NOT a SQL keywoed or SQL clause?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.