Question
2. Find the total percentage of time assigned to employee Abe Advice. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN)
2. Find the total percentage of time assigned to employee Abe Advice. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) and 2) using some form of JOIN.
3. Find the descriptions of all projects that require more than 70% of an employees time. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) B) using some form of JOIN.
4. For each employee ID, find the last name of all employees making more money than that employee. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) B) using some form of JOIN.
5. Rank the projects by revenue. Solve it two ways: A) using only WHERE-based join (i.e., no INNER/OUTER/CROSS JOIN) B) using some form of JOIN
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