Question
Database 3. Find the first name, middle initial and last name of all employees who work on exactly 2 projects. (2.5 points) Query in SQL:
Database
3. Find the first name, middle initial and last name of all employees who work on exactly 2 projects. (2.5 points)
Query in SQL:
Query Output:
4. Show how you can insert the following row in the PROJECT table using SQL: (1.5 points)
Pname=Audit
Pnumber=40
Plocation=Houston
Dnum=1
Insert Command:
Screen shot of PROJECT table (to make sure that the project has been inserted):
5. Show how you can decrease the salaries of all female employees by 5% using SQL. (1.5 points)
Update Command:
Screen shot of EMPLOYEE table (to make sure that the salaries have been decreased):
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