Write a SELECT statement to list courses that have the course number 20 as a prerequisite. (5 rows)

What will be an ideal response?

```
SELECT *
FROM course
WHERE prerequisite = 20
```

Computer Science & Information Technology

You might also like to view...

You may use a border to surround a paragraph

Indicate whether the statement is true or false

Computer Science & Information Technology

State some guidelines for writing for the web, particularly in the context of online help.

What will be an ideal response?

Computer Science & Information Technology