wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DATABASE AND SQL

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

is a collection of related data entries and it consists of columns and rows.

a)

Table

b)

Database

c)

RDBMS

d)

SQL

2.

The data in__________ Is stored in database objects called tables.

a)

Database

b)

RDBMS

c)

Tables

d)

SQL

3.

It is a vertical entity in a table that contains all information associated with a specific field in a table.

a)

table

b)

row

c)

column

d)

SQL

4.

statement is used to select data from a database.

a)

DELETE

b)

INSERT

c)

UPDATE

d)

SELECT

5.

The__________ statement is used to insert new records in a table.

a)

SELECT

b)

UPDATE

c)

INSERT INTO

d)

DROP

6.

used to modify the existing records in a table.

a)

INSERT INTO

b)

SELECT

c)

DROP

d)

UPDATE

7.

The _________statement is used to omit existing records in a table.

a)

SELECT

b)

UPDATE

c)

INSERT INTO

d)

DELETE

8.

It is the most popular database system used with PHP.

a)

MySQL

b)

PHPADMIN

c)

SQL

d)

RDBMS

9.

It is a free, open-source web-based tool for managing MySQL and MariaDB databases.

a)

phpMyAdmin

b)

SQL

c)

MySQL

d)

RDBMS

10.

To delete the table completely, use the ____________statement

a)

DROP TABLE

b)

DELETE TABLE

c)

UPDATE TABLE

d)

INSERT TABLE