Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Relational Algebra, display the names of all the employees who have timecards submitted where they reported working 75 hours or more on a project.
In Relational Algebra, display the names of all the employees who have timecards submitted where they reported working 75 hours or more on a project. Display the timecards date and serial number, when it was submitted, the projects name and the amount of hours reported that were reported on the timecard.
Additional Info for database shown below salary stores the yearly salary of an employee zipcode attributes store strings date_submitted and start_date attributes store Date values "year" and "week" attributes store integers. Ex. one row may have values of 1995 and 19, which is the 19th week in the year 1995 DO NOT USE aggregate functions or subqueries. Be as simple and as beginner friendly as possible zipcodes zipcode City State 0.." FK PK employees CK1 id phone first_name last_name Street zipcode age salary manager PK CK 1 FK 0..1 10..1 0.1 1..1 10. timecards FK serial_number year week employee date_submitted PK CK 11..1 1.. FK timecard project hours_spent PK timecard_entries FK 1..1 PK code name CK budget start_date director FK 0.. projects
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