Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Laboratory Activity #5

Structured Query Language (SQL) Basic


Modify Table and Removing Table

1. Add the field in the TB_EMPLOYEE table:

2. Change the Emp_Lastname varchar2 (50) to length 60 of the TB_EMPLOYEE table.

3. Remove in the database the TB_EMPLOYEE table.

You might also like