wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

S4 csa

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Sql stands for

a)

Structured query language

b)

Student query language

c)

Structured question language

d)

Structured language quary

2.

What does SQL primarily used for?

a)

Data manipulation

b)

Data storage

c)

Data visualization

d)

Data encryption

3.

Which of the following is not a type of SQL join?

a)

INNER JOIN

b)

OUTER JOIN

c)

CROSS JOIN

d)

LEFT JOINER

4.

Which of the following is a SQL command?

a)

SELECT

b)

GET

c)

RETRIEVE

d)

FETCH

5.

Which of the following is a valid SQL data type?

a)

TEXTUAL

b)

STRING

c)

INTEGER

d)

CHARACTERISTIC

6.

What is the purpose of the SQL GROUP BY clause?

a)

To filter records

b)

To aggregate data

c)

To join tables

d)

To sort data

7.

Which SQL statement is used to remove a table from a database?

a)

DELETE TABLE

b)

DROP TABLE

c)

REMOVE TABLE

d)

ALTER TABLE

8.

What is the function of the SQL WHERE clause?

a)

To specify conditions for filtering records

b)

To update existing records

c)

To define the structure of a table

d)

To create a new database

9.

Which SQL command is used to add new data into a table?

a)

CREATE RECORD

b)

ADD DATA

c)

INSERT INTO

d)

UPDATE TABLE

10.

What does the SQL COUNT function do?

a)

Counts the number of rows in a table

b)

Calculates the sum of a column

c)

Finds the average value of a column

d)

Retrieves unique values from a column