List employees who were hired in 1986

Assignment Help PL-SQL Programming
Reference no: EM132398322

You need help with SQL, Pandas, PostgreSQL-11, pgAdmin-4 Homework.

A .sql homework file is being requested for questions 1-8. e) A .ipynb homework file is being requested for questions 9-11.

1. .sql - List the following details of each employee: employee number, last name, first name, gender, and salary.

2. .sql - List employees who were hired in 1986.

3. .sql - List the manager of each department with the following information: department number, department name, the manager's employee number, last name, first name, and start and end employment dates.

4. .sql - List the department of each employee with the following information: employee number, last name, first name, and department name.

5. .sql - List all employees whose first name is "Hercules" and last names begin with "B."

6. .sql - List all employees in the Sales department, including their employee number, last name, first name, and department name.

7. .sql - List all employees in the Sales and Development departments, including their employee number, last name, first name, and department name.

8. .sql - In descending order, list the frequency count of employee last names, i.e., how many employees share each last name.

9. .pynb - Import the SQL database into Pandas. (Yes, you could read the CSVs directly in Pandas, but you are, after all, trying to prove your technical mettle.) This step may require some research. Feel free to use the code below to get started. Be sure to make any necessary modifications for your username, password, host, port, and database name: ```sql from sqlalchemy import create_engine engine = create_engine('postgresql://localhost:5432/') connection = engine.connect() ```

10. .pynb - Create a histogram to visualize the most common salary ranges for employees. 11. .pynb - Create a bar chart of average salary by title.

Attachment:- pymaceuticals.rar

Reference no: EM132398322

Questions Cloud

Explain value at risk as a measure of market risk : a) Explain Value at Risk as a measure of market risk and the key elements involved when interpreting VaR.
Summarize facts-issue-holding and reasoning in strickland : Briefly summarize the facts, issue, holding and reasoning in Strickland v. Washington. How does Miranda v. Arizona relate to this case?
About the entrapment : As he was driving away the police stop him and charge him with motor vehicle theft. Does the defendant have a good entrapment defense?
What is the expected return on the portfolio : What is the expected return on the portfolio? (Do not include the percent sign (%). Round your answer to 2 decimal places (e.g., 32.16).)
List employees who were hired in 1986 : List the following details of each employee: employee number, last name, first name, gender, and salary. List employees who were hired in 1986.
Focus of unions moving forward : Some scholars argue that grievances rather than strikes will be the focus of unions moving forward. What do you think
What is the process capability ratio : (a) What is the process capability ratio? How capable is this process? Interpret this number. (b) What is the process capability index?
Calculate the total variance for an increase : The standard deviation of the market-index portfolio is 50%. Stock A has a beta of 1.60 and a residual standard deviation of 25%.
Specializes in representing financial services clients : You work for a firm that specializes in representing financial services clients, with a specialty in insurance industry compliance.

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