Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

# CSC 5 6 5 Database Management Systems # Module 2 Assignment 2 Basic SQL DDL and modification # for this assignment, use the database

# CSC 565 Database Management Systems
# Module 2 Assignment 2 Basic SQL DDL and modification
# for this assignment, use the database named by your username
# use xliu;
#1. Create a department table
#2. Create an instructor table
#3. Populate each table with 3 records. You can make up your data.
#4. Write a SQL command to give a 5% salary raise to instructors in a specific department you pick.
#5. Write a SQL command to give a 5% salary raise to instructors in the department that has the highest budget. (hint: you may use sub queries for this problem)
#6. Delete all instructors of a spcific department you choose;

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

More Books

Students also viewed these Databases questions

Question

Repeat Prob. 19.15, but use the IMSL routine, RCURV.

Answered: 1 week ago