Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started