Employees(employee_id, first_name, last name, salary, hire_date, job_title, manager_id) Which of the following queries will display the last name and job title of employees who get more than the average salary? Select one: a.SELECT last_name, job_title FROM employees WHERE salary > (SELECT avg(salary) FROM employees); b.SELECT last_name, job_title FROM employees WHERE salary >(SELECT max(salary) FROM employees); O c.SELECT lasttname, job_title FROM employees WHERE salary >(SELECT count(salary) FROM employees); O d.SELECT lastname, job_title FROM employees WHERE salary >(SELECT sum(salary) FROM employees);

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter8: Working With Advanced Functions
Section: Chapter Questions
Problem 6RA
icon
Related questions
icon
Concept explainers
Question
Employees(employee_id, first_name, last_name, salary, hire_date, job_title, manager_id)
Which of the following queries will display the last name and job title of employees who get more than the average salary?
Select one:
O a.SELECT last name, job_title FROM employees WHERE salary > (SELECT avg(salary) FROM employees);
b.SELECT last_name, job_title FROM employees WHERE salary >(SELECT max(salary) FROM employees);
c.SELECT last_name, job_title FROM employees WHERE salary >(SELECT count(salary) FROM employees);
d.SELECT last_name, job_title FROM employees WHERE salary >(SELECT sum(salary) FROM employees);
Transcribed Image Text:Employees(employee_id, first_name, last_name, salary, hire_date, job_title, manager_id) Which of the following queries will display the last name and job title of employees who get more than the average salary? Select one: O a.SELECT last name, job_title FROM employees WHERE salary > (SELECT avg(salary) FROM employees); b.SELECT last_name, job_title FROM employees WHERE salary >(SELECT max(salary) FROM employees); c.SELECT last_name, job_title FROM employees WHERE salary >(SELECT count(salary) FROM employees); d.SELECT last_name, job_title FROM employees WHERE salary >(SELECT sum(salary) FROM employees);
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning