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 8023613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:36:38+00:00 2026-06-04T22:36:38+00:00

I have 3 postgresql tables as follows employees emp_name | emp_id | user_name |

  • 0

I have 3 postgresql tables as follows

employees

emp_name | emp_id | user_name | psw | etc

work

Work_id |work_type| Project_manger_id(employee) | Architect_id (emp) | tech_lead_id | dept_id

dept

dept_id | dept_name 

now what I want is a table like this

work_type | project_manager (name)  | architect (name) | tech_lead (name ) | dept (name )

Simply, what I want is to get the work table but replacing id’s with names

  • 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-04T22:36:41+00:00Added an answer on June 4, 2026 at 10:36 pm

    Try this

    Select WT.Work_Type,PM.emp_name As ProjectManager,AR.emp_name AS Arhitect,TL.emp_name As  TechLead,Dept.Dept_name As Department From
    Work 
    INNER JOIN employees AS PM ON (Wt.Project_manger_id=PM.emp_id)
    INNER JOIN employees AS AR ON (Wt.Architect_id=AR.emp_id)
    INNER JOIN employees AS TL ON (Wt.tech_lead_id=TL.emp_id)
    INNER JOIN Dept As Dept ON (Wt.dept_id=Dept.dept_id)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey, I have 2 tables in PostgreSql: 1 - documents: id, title 2 -
I have a dump of several Postgresql Tables in a selfcontained CSV file which
Suppose you have two tables in PostgreSQL. Table A has field x , which
I have a PostgreSQL database whose tables are divided amongst a number of schemas.
I have several statements which access very large Postgresql tables i.e. with: SELECT a.id
I have a PostgreSQL database with two tables named user and group. They have
Suppose we have a PostgreSQL database with two tables A, B. table A columns:
I have mapped my tables in postgresql 9.0.1 to the spring application with hibernate
On one of my PostgreSQL tables, I have a set of two fields that
I have a Django-created tables in PostgreSQL 8.4 database, where one table extends another.

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.