Answered step by step
Verified Expert Solution
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 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
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