
SQL Quiz

Quiz
•
Other
•
University
•
Easy
M.D.T Production
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the full form of SQL?
Structured Query List
Structure Query Language
Sample Query Language
None of these.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a valid SQL type?
FLOAT
NUMERIC
DECIMAL
CHARACTER
Answer explanation
DECIMAL is not a valid SQL type because it is nothing but numeric only in SQL.
NUMERIC has fixed precision, and scale numbers range from -10^38+1 to 10^38-1.
FLOAT has floating precision number ranges from -1.79E + 308 to 1.79E + 308.
CHARACTER is a fixed-width character string data type that can be up to 8000 characters.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a DDL command?
TRUNCATE
ALTER
CREATE
UPDATE
Answer explanation
DDL commands are used to define the structure of the database, table, schemas, etc. It enables us to perform the operations like CREATE, DROP, ALTER, RENAME, and TRUNCATE schema objects.
An UPDATE command is used for managing the data stored in a database. It is an example of a DML command that also includes the INSERT and DELETE commands.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following are TCL commands?
COMMIT and ROLLBACK
UPDATE and TRUNCATE
SELECT and INSERT
GRANT and REVOKE
Answer explanation
TCL stands for Transaction Control Commands used for managing the changes made by DML commands like INSERT, DELETE, and UPDATE. The TCL commands are automatically committed in the database; that's why we cannot use them directly while creating tables or dropping them.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used to delete all rows in a table without having the action logged?
DELETE
REMOVE
DROP
TRUNCATE
Answer explanation
TRUNCATE statement removes all rows in a table without logging the individual row deletions. It uses fewer system and transaction log resources, which makes its execution fast. This statement is similar to the DELETE statement without the WHERE clause.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many Primary keys can have in a table?
Only 1
Only 2
Depends on no of Columns
Depends on DBA
Answer explanation
The primary key can consist of a single or combination of the field that uniquely identifies each record in a table. It cannot be null or empty. A table may have duplicate columns, but it can contain only one primary key.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which datatype can store unstructured data in a column?
CHAR
RAW
NUMERIC
VARCHAR
Answer explanation
RAW datatype stores variable-length binary data that can be queried and inserted but not manipulated.
Its maximum length is 32767 bytes.
CHAR stores character data in a fixed length.
NUMERIC stores numeric values only.
VARCHAR stores variable string data in a fixed length. Its maximum length is 4000 bytes.
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Caronte

Quiz
•
University
20 questions
Biografía de Sigmund Freud

Quiz
•
University
13 questions
Lenguaje SQL

Quiz
•
University
10 questions
Fundamental of SQL

Quiz
•
University
10 questions
BD 2.1

Quiz
•
3rd Grade - University
10 questions
Test de Betty la fea

Quiz
•
University
11 questions
SQL single table query

Quiz
•
University
10 questions
FIFA

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University