Untitled

You might also like

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

Consider Dept table

DEPTNO DNAME LOC

Perform the following:


a. Rename the table dept as department
b. Add a new column PINCODE with not null constraints
to the existing table DEPT
c. All constraints and views that reference the column are
dropped automatically, along with the column.

You might also like