Write a SELECT statement to list courses that do not have a prerequisite. (4 rows)

What will be an ideal response?


```
SELECT course_no, prerequisite
FROM course
WHERE prerequisite IS NULL
```

Computer Science & Information Technology

You might also like to view...

Reports often include totals and subtotals as well as detailed information.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can press Enter or Esc to return to Normal view once a slide show is finished

Indicate whether the statement is true or false

Computer Science & Information Technology

?Data cells that do not function as headers for table rows or columns are marked using the _____ element.

A. ?td B. ?th C. ?tt D. ?tr

Computer Science & Information Technology

Which group would make the most use of the features in graphics workstations?

A. Gamers B. Professional photographers C. Video editors D. Sound technicians

Computer Science & Information Technology