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

The Archive Base Latest Questions

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

I have two tables.. Persons: empid(primary key) firstname lastname email Details: Did(primary key) salary

  • 0

I have two tables..

Persons:

  empid(primary key)
  firstname
  lastname
  email

Details:

  Did(primary key)
  salary
  designation
  empid

Now I need to SELECT first name and last name of employees whose designation is Manager.

I am a beginner, I have been learning SQL from W3school (which is awesome btw), if you can suggest me where should I go after completing w3school that would be just great!

  • 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-10T08:29:43+00:00Added an answer on June 10, 2026 at 8:29 am

    It’s pretty much as you said it, with a simple join on the column that relates the two tables together (in this case EmpID):

    SELECT firstname,
           lastname
    FROM   Persons
           INNER JOIN Details
             ON Persons.EmpID = Details.EmpID
    WHERE  designation = 'Manager' 
    

    As for best source of knowledge, you can’t beat books, MSDN, and StackOverFlow if you ask me. There’s a good few blogs around too – but they tend to be for more advanced topics. The writers tend to hang around SO anyway!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables.. Persons: empid(primary key) firstname lastname email Details: Did(primary key) salary
I have two tables.. Persons: empid(primary key) firstname lastname email Details: Did(primary key) salary
I have following two tables: Person {PersonId, FirstName, LastName,Age .... } Photo {PhotoId,PersonId, Size,
Apologies for the poor question title. I have two tables, jobs and Persons-Jobs. Jobs
Let's say I have a database with two tables Persons and PhoneNumbers , where
lets say I have two tables: Persons (P_Id, Name) and Orders (O_Id, OrderNo, P_Id)...
I have two tables with the following (simplified) structure person_availabilities (id, person_id) persons (id)
I have two tables: Persons: (Id, Name) Addresses: (Id, Address, PersonID) It means each
I have two tables: CREATE TABLE #HOURS (DAY INTEGER, HOUR INTEGER) CREATE TABLE #PERSONS
I have this class Person mapping two tables: Persons and PersonsAUD (audit): <class catalog=test

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.