Write a SELECT statement to list courses that have the course number 20 as a prerequisite.
What will be an ideal response?
```
SELECT *
FROM course
WHERE prerequisite = 20```
Computer Science & Information Technology
You might also like to view...
Which of the following is FALSE about tables in Word?
A) Information is organized into rows and columns. B) Tables present information in an orderly format. C) The intersection of a row and column is called a cell. D) Wordwrap does not work in a table.
Computer Science & Information Technology
An arrow that shows the position of the mouse on the screen is called the mouse ________
Fill in the blank(s) with correct word
Computer Science & Information Technology