Page 1 of 1

Lab Assignment#2 Answer the following questions in Oracle live sql. 1- Create a table called tablel with the following s

Posted: Sat Feb 19, 2022 3:21 pm
by answerhappygod
Lab Assignment 2 Answer The Following Questions In Oracle Live Sql 1 Create A Table Called Tablel With The Following S 1
Lab Assignment 2 Answer The Following Questions In Oracle Live Sql 1 Create A Table Called Tablel With The Following S 1 (39.8 KiB) Viewed 39 times
Lab Assignment#2 Answer the following 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