Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

P 0 8 0 1 Bluewater Consulting Open P 0 7 0 1 . sql created in chapter 7 and save as P 0 8

P0801 Bluewater Consulting
Open P0701.sql created in chapter 7 and save as P0801.sql. Perform the following:
Use the insert statements in P0801 Bluewater Consulting.sql file in the student files to insert
data into the BC_EMPLOYEES and BC_BILLINGS tables.
Using individual INSERT statements (not batch insert), insert the following rows into the
BC_PROJECTS table by specifying the column names and the column values. Project leaders
have not been assigned.
Project ID
15
18
22
25
Project Name
Lakeview
Web App
Blue Light
Power Lite
Using individual INSERT statements (not batch insert), insert the following rows into the
BC_JOBS table by specifying only column values.
Job id
501
502
503
504
505
506
507
Job Title
Lead Programmer
Database Designer
Programmer
Systems Analyst
General Support
DDS Analyst
Clerical Support
Charge Per Hour
85.50
105.00
37.75
96.75
18.36
45.95
26.87
Using SQL statements, add the following project leaders to projects:
Project ID
15
Project Leader ID
105
138
Use an SQL statement to remove employee Darlene Smithson from the database.
Use an SQL statement to change the hours billed for employee 105(Alice Johnson) who is
working on project 15 from 35.7 hours to 49.5.
Perform and document constraint testing for the following constraints:
o Default charge per hour
o One PK constraint
o One NOT NULL constraint
o One UK constraint
o One FK constraint
Submit the P0801.sql file.

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

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions