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

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

Computer Science & Information Technology

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).

Computer Science & Information Technology

Briefly describe the TCP/IP Network Interface layer.

What will be an ideal response?

Computer Science & Information Technology

The symbol used to represent a loop condition on a flowchart is the ____ symbol.

A. diamond B. rectangle C. hexagon D. parallelogram

Computer Science & Information Technology