Question: 1) Use the CREATE TABLE command to create the following table and call it Lab3EmpTable (the bold and underlined attribute refers to the primary key):

 1) Use the CREATE TABLE command to create the following table

1) Use the CREATE TABLE command to create the following table and call it Lab3EmpTable (the bold and underlined attribute refers to the primary key): Column Name ID Fname Lname Title Salary$ Data Type CHAR(6) VARCHAR(20) VARCHAR(20) VARCHAR(20) DECIMAL(6,2) ITAP 3371 LAB3 FALL 2020 2) Use the CREATE SEQUENCE command to create a non-cyclic sequence called Lab3Seq that will generate sequential numbers for the ID primary key: 517000, 517001, 517002, etc. Set the max value of the sequence to 517999 and use the CACHE clause to cache 5 values ahead of time

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 Databases Questions!