Loading

Q1.

What is an SQL command?
A. A database software
B. An instruction given to the database
C. A table structure
D. A programming variable

Q2.

Which SQL command is used to retrieve data from a table?
A. INSERT
B. UPDATE
C. SELECT
D. DELETE

Q3.

Which command is used to create a new table?
A. CREATE TABLE
B. INSERT INTO
C. SELECT
D. UPDATE

Q4.

Why are SQL commands grouped into categories?
A. To confuse users
B. To increase performance
C. To understand their purpose easily
D. To reduce storage

Q5.

Which command adds new data into a table?
A. SELECT
B. INSERT
C. DELETE
D. GRANT