Question: QUESTION 31 How many rows will the following query return? SELECT * FROM enrollment; 0 1 2 3 4 1.67 points QUESTION 32 How many

QUESTION 31
-
How many rows will the following query return? SELECT * FROM enrollment;
0
1
2
3
4
1.67 points
QUESTION 32
-
How many rows will the following query return? SELECT courseid FROM enrollment;
0
1
2
3
4
1.67 points
QUESTION 33
-
How many rows will the following query return? SELECT * FROM enrollment WHERE courseid = PMG;
0
1
2
3
4
1.67 points
QUESTION 34
-
How many rows will the following query return? SELECT * FROM enrollment WHERE enrollment.courseid = course.courseid;
0
1
2
3
4
1.67 points
QUESTION 35
-
What will be the result of the following query? SELECT count(*) FROM enrollment GROUP BY courseid;
number 1
number 3
numbers 3 and 1
number 4
numbers 4, 3, and 1
1.67 points
QUESTION 36
-
How many rows will the following query return? SELECT courseid, count(*) FROM enrollment GROUP BY courseid;
0
1
2
3
4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
