Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8526487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:17:10+00:00 2026-06-11T08:17:10+00:00

How do I show manager id,manager name and subordinate detail under each manager record.

  • 0

How do I show manager id,manager name and subordinate detail under each manager record.

EMPNO  ENAME   JOB        MGR   HIREDATE   SAL   COMM  DEPTNO 
-----  ------  ---------  ----  ---------  ----  ----  ------
7839   KING    PRESIDENT  -     17-NOV-81  5000  -     10 
7698   BLAKE   MANAGER    7839  01-MAY-81  2850  -     30 
7782   CLARK   MANAGER    7839  09-JUN-81  2450  -     10 
7566   JONES   MANAGER    7839  02-APR-81  2975  -     20 
7654   MARTIN  SALESMAN   7698  28-SEP-81  1250  1400  30 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T08:17:11+00:00Added an answer on June 11, 2026 at 8:17 am

    Try this:

    WITH MyCTE AS 
    ( 
      SELECT EMPNO, EName, Null as ManagerId, NULL as ManagerName
      FROM Employee
      WHERE ManagerID IS NULL
      UNION ALL
      SELECT  EMPNO, EName, ManagerId, MyCTE.EName
      FROM Employee
      INNER JOIN MyCTE ON Employee.ManagerID = MyCTE.EmpID
      WHERE Employee.ManagerID IS NOT NULL 
    )
    SELECT *
    FROM MyCTE
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Eclipse my Android SDK Manager doesn't show as far back as API level
I have a user profile table with columns User Name , Manager and many
I've overridden the default manager of my models in order to show only allowed
Consider the Employee, Manager, and Assistant classes: public class Emp { public string Name
I managed to show the output of a shell command in TextArea of flex
I manage a live music venue's newsletter and the show listings/calendar on the main
I'm a newbie to jquery, but have managed to make a show-function and hover
Show me another way to write so it finds the first A: $(UL.tab LI
show grants for charm@'localhost'; ---------------------+ | Grants for charm@localhost | +-----------------------------------------------------------------------------------------------------------------+ | GRANT USAGE
I show UIAlertView with UIAlertViewStylePlainTextInput style. Then I try to validate for empty field

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.