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