Lab Assignment#2 Answer the following questions in Oracle live sql. 1- Create a table called tablel with the following s
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Lab Assignment#2 Answer the following questions in Oracle live sql. 1- Create a table called tablel with the following s
questions in Oracle live sql. 1- Create a table called tablel with the following specifications Column C1 Data Type Varchar2(30) Number(3) Daten Constraint Primary key Not nulli unique C2 03 2- Add constraint that checks the column C2 to be between 100 and 400.41 3- drop the unique constraint. 4- create table2 Column HA1 Data Type Varchar2(30) Constraint foreign key referenced clin table1, with delete cascade Primary key A2 Number(3) 5- disable the primary key of table2
Lab Assignment#2 Answer the following