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
```

Computer Science & Information Technology

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

Computer Science & Information Technology

The active cell is the cell in which the user is currently adding data

Indicate whether the statement is true or false

Computer Science & Information Technology

Regarding flagged errors, use of the passive voice is identified as a grammar error

Indicate whether the statement is true or false

Computer Science & Information Technology

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

Computer Science & Information Technology