The test contains 15 questions and there is no time limit.
The test is not official, it's just a nice way to see how much you know, or don't know, about SQL.
Count Your Score
You will get 1 point for each correct answer. At the end of the Quiz, your total score will be displayed. Maximum score is 15 points. See more
Good luck
Storing data in database
Manipulating data in database
Retrieving data in database
All of the above
Rate this question:
SELECT
ACCESS
OPEN
GET
Rate this question:
DUPLICATE
DISTINCT
DIFFERENT
SELECT
Rate this question:
SELECT DIFFERENT column1, column2, ... FROM table_name;
SELECT DISTINCT column1, column2, ... WHERE table_name;
SELECT DISTINCT column1, column2, ... FROM table_name;
Rate this question:
ADD
CREATE
INSERT
MAKE
Rate this question:
REMOVE FROM CUSTOMER
DROP FROM CUSTOMER
DELETE FROM CUSTOMER WHERE
UPDATE FROM CUSTOMER
Rate this question:
SELECT
SELECT TOP
EXTRACT
SELECT SPECIFIC
Rate this question:
Limits the column data that are returned
Limits the row data are returned
Both A and B are correct
Neither A nor B are correct
Rate this question:
An exact match is necessary in a SELECT statement.
An exact match is not possible in a SELECT statement.
An exact match is necessary in a CREATE statement.
An exact match is not possible in a CREATE statement.
Rate this question:
ADD
INSERT INTO
INSERT
NEW
Rate this question:
MODIFY
ADD
CHANGE
ALTER
Rate this question:
CHANGE
ALTER
UPDATE
MODIFY
Rate this question:
CHANGE
MODIFY
ADD
SET
Rate this question:
DROP
DELETE
REMOVE
CHANGE
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.