Welcome to AssignmentCache!

DAT/380 Week 2 LAB 2.10 - Select employees and managers with inner join

Availability: In stock

$5.00

Quick Overview

DAT/380 Week 2 LAB 2.10 - Select employees and managers with inner join


The Employee table has the following columns:
ID - integer, primary key
FirstName - variable-length string
LastName - variable-length string
ManagerID - integer
Write a SELECT statement to show a list of all employees' first names and their managers' first names. List only employees that have a manager. Order the results by Employee first name. Use aliases to give the result columns distinctly different names, like "Employee" and "Manager".


Hint: Join the Employee table to itself using INNER JOIN.

DAT/380 Week 2 LAB 2.10 - Select employees and managers with inner join

Double click on above image to view full picture

Zoom Out
Zoom In

More Views

  • DAT/380 Week 2 LAB 2.10 - Select employees and managers with inner join
$5.00

Details

DAT/380 Week 2 LAB 2.10 - Select employees and managers with inner join

The Employee table has the following columns:
ID - integer, primary key
FirstName - variable-length string
LastName - variable-length string
ManagerID - integer
Write a SELECT statement to show a list of all employees' first names and their managers' first names. List only employees that have a manager. Order the results by Employee first name. Use aliases to give the result columns distinctly different names, like "Employee" and "Manager".

Hint: Join the Employee table to itself using INNER JOIN.

Additional Information

Special Price $3.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 17563648, emalloc: 17158544
Code ProfilerTimeCntEmallocRealMem