wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Prelim Advance Information Management

Total questions: 35

Worksheet time: 35mins

Name
Class
Date
1.

Identify whether each command is DDL, DML, DCL, or TCL:

Undoes changes made in the current transaction

(a)  

2.

Identify whether each command is DDL, DML, DCL, or TCL:

Adds new rows to a table

(a)  

3.

Identify whether each command is DDL, DML, DCL, or TCL:

Creates a new database object (table, view, index, etc.)

(a)  

4.

Identify whether each command is DDL, DML, DCL, or TCL:

Permanently saves all changes made during the current transaction

(a)  

5.

Identify whether each command is DDL, DML, DCL, or TCL:

Gives privileges to database users

(a)  

6.

Identify whether each command is DDL, DML, DCL, or TCL:

Retrieves data from one or more tables

(a)  

7.

Identify whether each command is DDL, DML, DCL, or TCL:

Changes the structure of an existing database object

(a)  

8.

Identify whether each command is DDL, DML, DCL, or TCL:

Removes rows from a table based on a condition

(a)  

9.

Identify whether each command is DDL, DML, DCL, or TCL:

Removes all records from a table but keeps the table structure

(a)  

10.

Identify whether each command is DDL, DML, DCL, or TCL:

Removes privileges from database users

(a)  

11.

Identify whether each command is DDL, DML, DCL, or TCL:

Permanently removes a table and all its data

(a)  

12.

Identify whether each command is DDL, DML, DCL, or TCL:

Modifies existing data in a table

(a)  

13.

Identify whether each command is DDL, DML, DCL, or TCL:

Sets a point within a transaction to which you can later roll back

(a)  

14.

Identify whether each command is DDL, DML, DCL, or TCL:

Displays information about how MySQL executes a statement

(a)  

15.

Identify whether each command is DDL, DML, DCL, or TCL:

Creates a savepoint within the current transaction

(a)  

16.

Identify whether each command is DDL, DML, DCL, or TCL:

Changes the name of a table

(a)  

17.

Identify whether each command is DDL, DML, DCL, or TCL:

Establishes the characteristics of the current transaction

(a)  

18.

Identify whether each command is DDL, DML, DCL, or TCL:

Removes an entire database with all its tables

(a)  

19.

Identify whether each command is DDL, DML, DCL, or TCL:

Locks tables for the current transaction

(a)  

20.

Identify whether each command is DDL, DML, DCL, or TCL:

Executes a stored procedure

(a)  

21.

Identify the SQL command being described:

Undoes changes made in the current transaction

(a)  

22.

Identify the SQL command being described:

Adds new rows to a table

(a)  

23.

Identify the SQL command being described:

Creates a new database object (table, view, index, etc.)

(a)  

24.

Identify the SQL command being described:

Permanently saves all changes made during the current transaction

(a)  

25.

Identify the SQL command being described:

Gives privileges to database users

(a)  

26.

Identify the SQL command being described:

Retrieves data from one or more tables

(a)  

27.

Identify the SQL command being described:

Changes the structure of an existing database object

(a)  

28.

Identify the SQL command being described:

Removes rows from a table based on a condition

(a)  

29.

Identify the SQL command being described:

Removes all records from a table but keeps the table structure

(a)  

30.

Identify the SQL command being described:

Removes privileges from database users

(a)  

31.

Identify the SQL command being described:

Permanently removes a table and all its data

(a)  

32.

Identify the SQL command being described:

Modifies existing data in a table

(a)  

33.

Identify the SQL command being described:

Sets a point within a transaction to which you can later roll back

(a)  

34.

Identify the SQL command being described:

Changes the name of a table

(a)  

35.

Identify the SQL command being described:

Removes an entire database with all its tables

(a)