Show the average cost of a course with no prerequisites (1195)

What will be an ideal response?


```
SELECT AVG(cost) "Average Cost"
FROM course
WHERE prerequisite IS NULL```

Computer Science & Information Technology

You might also like to view...

Which if the following is not a valid example of a web schema?

a. http b. ftp c. gopher d. was

Computer Science & Information Technology

It is NOT possible to change the caption for a calculated field column heading

Indicate whether the statement is true or false

Computer Science & Information Technology

A user's computer is unable to access the Internet. Which of the following utilities can a technician use to determine if DNS is working?

A. nbstat B. arp C. nslookup D. ipconfig

Computer Science & Information Technology

Which of the following is a fiber connector that is slightly smaller than a standard copper network cable connector?

A. BNC B. GBIC C. MT-RJ D. SC

Computer Science & Information Technology