Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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):

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial Accounting For Decision Makers

Authors: Peter Atrill, Eddie McLaney

8th Edition

1292099046, 978-1292099040

Students also viewed these Databases questions