Loading

Quipoin Menu

Learn • Practice • Grow

sql / Introduction to SQL
mcq

Q1.

What does SQL stand for?
A. Structured Question Language
B. Simple Query Language
C. Structured Query Language
D. Standard Query List

Q2.

Which of the following is a relational database?
A. Excel
B. MySQL
C. Google Docs
D. Notepad

Q3.

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

Q4.

In a table, what does a row represent?
A. Field
B. Column
C. Record
D. Database

Q5.

Which clause is used to filter records in SQL?
A. FROM
B. WHERE
C. SELECT
D. GROUP