List the average cost of projects for employees

Assignment Help PL-SQL Programming
Reference no: EM131208143

Database Assignment: Aggregate Functions, Nested Queries, Union, Intersect, Except Name__Shelly Rideout

Write the SQL code for the following queries (you do not have to give the results of the query)

1. List the employee id and sum of days duration for employees that have spent over total 100 days working on projects (use a having command and not a nested query).

select emp_id, sum(days_duration) AS totaldays

...> from project
...> group by emp_id
...> having sum(days_duration)>100;

2. Display the count of employees whose department is located in a flying air ship.

3. Display the title and birth date of the employees whose manager is Director Fury who have worked on a project with Loki as the villain (use INTERSECT).

4. Display the manager of the employee with the oldest project start date.

5. List the average cost of projects for employees who weakness is "no super power" and the average cost of projects for all other employees, create a new column that labels each total (use UNION ALL).

Attachment:- Attachments.rar

Reference no: EM131208143

Questions Cloud

Manage racism in the workplace : How do you manage racism in the workplace? Give an example of a real life sceanrio. 100-200 words
Under what circumstances is ethnicity apparent : Under what circumstances is ethnicity apparent? How can an ethnic identity be both positive and perhaps counterproductive? How do you think that the media today can impact people's perceptions on ethnicity? Do you think the media is a positive or ..
What is strategic role that corporate social responsibility : What are the political and economic risks a corporation may face when investing in a BRIC country? Discuss cultural factors that might impact the role of a corporation's manager in these nations.
Human resource activities such as selection : Why is it important to keep the firm's strategy in mind when engaged in human resource activities such as selection?
List the average cost of projects for employees : List the average cost of projects for employees who weakness is "no super power" and the average cost of projects for all other employees, create a new column that labels each total (use UNION ALL).
Sole responsibility of corporate management : 1) Maximizing Shareholder Value is the sole responsibility of Corporate Management. Discuss the pros and cons of this statement with the help of information from multiple sources. What is your opinion?
What analytical strategies and tools were used : What presentation formats did you consider - How did you decide what formats to use? (Explain your reasoning and how can the data presentations be designed to avoid misinterpretation?
Patent and trademark office biggest customers : Microsoft has been on a patent roll. In recent years, it has been one of the U.S. Patent and Trademark Office's biggest customers.
How the organizational culture influences decision making : What unwritten rituals, social practices, specialized vocabulary/jargon, values, or routine practices are exhibited by members or leaders? Are any competing viewpoints from subcultures within the organization of the elements described above? If so,..

Reviews

Write a Review

PL-SQL Programming Questions & Answers

  Create a database model

Create a database model and Submit the table creation statements for the Database Model.

  Write pl-sql procedures and functions

Write PL/SQL procedures and functions to populate and query that database

  Sql questions

Write a query to display using the employees table the EMPLOYEE_ID, FIRST_NAME, LAST_NAME and HIRE_DATE of every employee who was hired after to 1 January, 1995.

  Run the lab_03_01.sql script

Run the lab_03_01.sql script in the attached file to create the SAL_HISTORY table. Display the structure of the SAL_HISTORY table.

  Write sql queries

Write a query to display the last name, department number, and salary of any employee whose department number and salary both match the department number and salary of any employee who earns a commission.

  Explaining sql insert statement to insert new row in cds

Write down a SQL insert statement to insert new row in "CDS" table.

  Write down name of actors in ascending order

Write down actors (or actress, your choice, but not both) who have won at least two (2) Academy Awards for best actor/actress. Provide the actor name, movie title & year. Order the result by actor name."

  What is an sql injection attack

What is an SQL injection attack? Explain how it works, and what precautions must be taken to prevent SQL injection attacks.What are two advantages of encrypting data stored in the database?

  Determine resonant frequency in series rlc resonant circuit

Given the series RLC resonant circuit in the figure, operating at variable frequency, determine: The resonant frequency ω o ,  The circuit’s quality factor Q , The cut-off frequencies, f 1  & f 2  and the bandwidth BW

  Query that uses cube operator to return lineitemsum

Write summary query which uses CUBE operator to return LineItemSum (which is the sum of InvoiceLineItemAmount) group by Account(an alias for AccountDesciption).

  Query to show customers were missing for existing orders

As DBA, your manager called a meeting and asked why there are so many orders for customers that don't exist in the customer table. Write query which would shows which customers were missing for existing orders. Use a join or a subquery.

  Sql query into a relational algebra statement

Turn this SQL query into a relational algebra statement? SELECT Request.reqfor, Ordering.invamt, Ordering.invnbr, Ordering.invdat

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd