wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

POST-TEST MODUL 1 APSI

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

… is commands to delete database object.

a)

DROP

b)

DELETE

c)

CREATE

d)

UPDATE

2.

There are several types of outer join..

a)

Left, right, full

b)

Left, right, half

c)

Full, right, half

d)

Left, half, right

3.

JOIN is used to combine rows from two or more tables, based on related column between them.

a)

FALSE

b)

TRUE

4.

The following are statements in DML, except...

a)

INSERT

b)

UPDATE

c)

DROP

d)

SELECT

5.

… is an SQL statement that serves to manipulate data in database.

(a)  

6.

What’s the meaning of commit?

a)

Commit is command that used to save changes on the workspace that is being operated, because at first the changes are still stored on the workspace temporary.

b)

Commit is a command that used to undo changes made after the last commit command.

7.

SELECT * FROM table_name. 1 FULL JOIN table_name.2 ON column_name.1 = column_name.2

The syntax above is an example of a syntax…

a)

Half join

b)

Right Join

c)

Left Join

d)

Full Join

8.

… Is command used to make or to create new database object or the database themselves.

(a)  

9.

DDL stands for?

(a)  

10.

…is used to display the content of the table.

(a)  

11.

ROLLBACK is command to modify, add and delete column from table and also can be used to modify the database.

a)

TRUE

b)

FALSE

12.

… is determine a field that is an important key and cannot be empty.

(a)  

13.

... is a language that allows database administrators (DBA) or users to describe and give names of entities, attributes and relationships that the application needs along with associated integrity and security restrictions.

a)

DDL (Data Definition Language)

b)

DDL (Definition Data Language)

c)

DML (Data Manipulation Language)

d)

TCL (Transaction Control Language)

14.

… is returns all rows from both the participating tables which satisfy the join condition along with rows which do not satisfy the join condition.

a)

Inner Join

b)

Outer Join

c)

Joining more than two tables

d)

Full Join

15.

Module 1 discusses about Query, DDL, DML, and Join.

a)

TRUE

b)

FALSE