For Problem 4, Problem 5 use the tables provided below. Assume that the table may change in the future.
Problems 4 and 5 do NOT have the same solution.
Table = Courses
|
StudentID |
Fname |
Lname |
CourseID |
|
11 |
Minnie |
Mouse |
21 |
|
13 |
Mickey |
Mouse |
16 |
|
15 |
Donald |
Duck |
18 |
|
14 |
Daisy |
Duck |
21 |
|
16 |
Huey |
Duck |
18 |
|
12 |
Dewey |
Duck |
24 |
|
12 |
Dewey |
Duck |
21 |
|
18 |
Louie |
Duck |
27 |
|
11 |
Minnie |
Mouse |
24 |
Problem 4 (15 points):
Write a relational algebra expression to list the students taking ANY course that Dewey Duck is taking. Display StudentID, Fname, Lname, CourseId for that student. Do not show Dewey Duck in the output. Show the actual results.
Problem 5 (15 points)
Write a relational algebra expression to list the students taking ALL of the courses that Dewey Duck is taking. Display StudentID. Show the actual results.
For Problem 4, Problem 5 use the tables provided below. Assume that the table may change...
Hi, can you help me with Part E? Please use Java language. So
for this Part, you will be given 3 files of starter code that is
already done for you. All you have to do is to add on to it in
order to produce the exact output shown in the pictures below.
Please only add on to the code, but not change any of them. Out of
the 3 given files, 1 of them is already completed. The...
Problem 1-5 using the table below in the picture to be
answered in Microsoft SQL. Thanks
4. Write SQL queries to answer the following questions, a. How many students were enrolled in secoon 14 b. How many students were enrolled in ISM 3113 5. Write an SOL query to answer the following question Which students were not enrolled in any courses on Problems and Exercises 6 through 14 are based on Figure 7-15. The problem set continues from Chapter 6,...