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: testno as a number with numbers data size, testname as a varchar with characters data size, testdate as date data type. Create a primary key for the table as testno and a UNIQUE constraint on testname column and a DEFAULT constraint on the testdate column as sysdate.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
