wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Remedial Examination (Programming)

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

Display only columns FirstName, LastName and rows from Contacts table where FirstName is Rodel.

(a)  

2.

Display only columns EmployeeID, FirstName FROM Contacts table.

(a)  

3.

Display only columns EmployeeID, FirstName FROM Employees table.

(a)  

4.

Add new record into Employees table.

(a)  

5.

Add new record into Contacts table.

(a)  

6.

Display all columns and rows from Contacts table where FirstName is Ronnie.

(a)  

7.

Display only row 1009 from Contacts table.

(a)  

8.

Display only columns FirstName, LastName and rows from Employees table where FirstName is Lanie.

(a)  

9.

Display only row 1 from Employees table.

(a)  

10.

Display only columns FirstName, LastName and rows from Contacts table where LastName is Ann.

(a)  

11.

Display only columns ContactID, FirstName, LastName and rows from Contacts table

(a)  

12.

Display only columns FirstName, LastName and rows from Contacts table where LastName is Madriaga.

(a)  

13.

Display only columns FirstName, LastName and rows from Contacts table where LastName is Angeles.

(a)  

14.

Display all columns and rows from Contacts table where LastName is Tan.

(a)  

15.

Display all columns and rows from Employees table where FirstName is Angelo.

(a)  

16.

Display all columns and rows from Employees table where LastName is Molina.

(a)  

17.

Display only columns FirstName, LastName and rows from Contacts table where LastName is Evangelista.

(a)  

18.

Display only columns FirstName, LastName and rows from Employees table where LastName is Uy.

(a)  

19.

Display all columns and rows from Employees table where FirstName is Randy.

(a)  

20.

Display all columns and rows from Employees table where LastName is Garcia.

(a)  

21.

Display all columns and rows from Contacts table.

(a)  

22.

Create new database and named as DBEmployees.

(a)  

23.

Create new table and named as Employees.

(a)  

24.

Display all columns and rows from Employees table.

(a)  

25.

Create new table and named as Contacts.

(a)