Question: Create a table called final with the following fields: test _ no as a number with 3 numbers data size, test _ name as a

Create a table called final with the following fields: test_no as a number with 3 numbers data size, test_name as a varchar2 with 10 characters data size, test_date as date data type. Create a primary key for the table as test_no and a UNIQUE constraint on test_name column and a DEFAULT constraint on the test_date column as sysdate.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!