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

  • Home
  • SEARCH
  • 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 6717075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:48:34+00:00 2026-05-26T08:48:34+00:00

This is a question I could not answer in oracle lab exam. Given the

  • 0

This is a question I could not answer in oracle lab exam.

Given the schema:

(Courses: cid(int), deptid(int)...);
(Students: sid(int), sname (string), deptid(int)...);
(Participation: cid(int), sid(int), ...);

A student can attend courses outside his department.

Need to get the names of the students who take all the courses offered by his department.

How to do this in sqlplus?

  • 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-26T08:48:35+00:00Added an answer on May 26, 2026 at 8:48 am
    SELECT s.sid, s.sname, s.deptid
        FROM Students s
            INNER JOIN Participation p
                ON s.sid = p.sid
            INNER JOIN Courses c
                ON p.cid = c.cid
                    AND s.deptid = c.deptid
        GROUP BY s.sid, s.sname, s.deptid
        HAVING COUNT(DISTINCT c.cid) = (SELECT COUNT(*)
                                            FROM Courses c2
                                            WHERE c2.deptid = s.deptid)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was asked this question and could not come up with the answer. Is
I could not find a clear answer to this question elsewhere, so I'll try
I tried following the answer to this question , but could not get xsd.exe
This question sounds too trivial, but I could not find the answer anywhere. I
This question can be very simple but could not find the answer; I receive
This is probably a silly question, but I could not find an answer on
I had an interview and I could not answer this question. You have an
Could not find an answer on this question, so would like to initiate this:
I could not find the answer to this exact question but there are related
I could not find a direct answer to this question yet in SO. Is

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.