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...
Multimedia refers to content that integrates ____.
A. video, graphics, and sound B. graphics and text C. sound and text D. text and HTML
The active cell is the cell in which the user is currently adding data
Indicate whether the statement is true or false
Regarding flagged errors, use of the passive voice is identified as a grammar error
Indicate whether the statement is true or false
COGNITIVE ASSESSMENT You want to allow sound to be input through a microphone and output through external speakers on your computer. What must you have in order to do this?
A. sound card B. SCSI port C. port duplicator D. peripheral device manager