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 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
Get step-by-step solutions from verified subject matter experts
