Show the total enrollment for course 122 in a column named TOTAL ENROLLED. (1 row)
What will be an ideal response?
```SELECT COUNT(*) "TOTAL ENROLLED"
FROM section s, enrollment e
WHERE e.section_id = s.section_id
AND s.course_no = 122
```
You might also like to view...
Using animation, a picture can ____ depending on its relationship to other slide content.
A. grow B. shrink C. spin D. bounce E. all of the above
Project 2010 provides a Web-based communication system called Microsoft ____________________ that allows many people working in various locations and times to view and update a project.
Fill in the blank(s) with the appropriate word(s).
Briefly describe the TCP/IP Network Interface layer.
What will be an ideal response?
The symbol used to represent a loop condition on a flowchart is the ____ symbol.
A. diamond B. rectangle C. hexagon D. parallelogram