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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:47:53+00:00 2026-05-21T04:47:53+00:00

Guess I am in a complex situation. Heres the scene. I have 3 tables

  • 0

Guess I am in a complex situation. Heres the scene.
I have 3 tables in SQL Server.
Enrollment, Student, Course. (FYI, there are no foreign keys)
The table columns are
Student – StudentId, StudentName
Course – CourseId, CourseName
Enrollment – EnrollmentId, StudentId, CourseId, CourseResult

Sample Data
Student – s1, Sid
Course – c1, Science
Enrollment – 1, s1, c1, 80

I would want a SQL query that selects data like below

1, s1, Sid, c1, Science, 80

I did it hard way in the DAL layer with multiple calls to database. But would like to do it in one call, and in DB.

Any one for the rescue!

  • 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-05-21T04:47:54+00:00Added an answer on May 21, 2026 at 4:47 am

    Use a join.

    select enrollment.*, student.*, course.* from enrollment
       inner join Student on enrollment.studentId = student.studentId
       inner join Course on enrollment.courseId = course.courseId
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the situation: You have a very complex UI element that is repeated in
Guess that I have a TextView that I want to update it in some
I guess my general question which I googled to no luck: Is there a
So how do you display complex aggregated ViewModels whose Models have relations to each
I have a complex WPF control that for some reasons (ie. performance) is not
There are a lot of complex forms in my project and I keep getting
I guess my problem is quite common, so there must be an easy solution.
I have a large old program which has some rather complex graphical displays (all
I am using Extjs 3.3.1 I have a pretty complex page, and I cannot
I guess I have to set some context before I explain the problem I

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.