Question: ( 6 - 7 ) Question 1 : Write a script to do the following: Use a create table statement to create a new copy
Question :
Write a script to do the following: Use a create table statement to create a new copy of the
LEMPLOYEES table, with a new name. Then use an insert statement with a select clause to copy
all the data from the LEMPLOYEES table to your new copy of the table.
Question :
Add a primary key to the secemployees table.
Question :
Write a script to do the following: Add two new columns to the secdepartments table.
One new column, a text column, will be for the name of the manager of the department. The
other new column, a numeric column, is for the annual budget of the department.
Question :
Expand the length of the lastname column to the secemployees table. Expand it to a
length of letters so people with hyphenated last names can be hired by the company.
Question :
Delete the phonenumber column from a the secemployees table.
Question :
Eliminate the duplicate rows from the secduplicaterows table.
Question :
Assign a number to each row of the secduplicaterows table.
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
