Write a SELECT statement to list courses that do not have a prerequisite.
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...
Access 2010 consolidates many database management tasks on the new ____ tab.
A. File B. Backstage C. View D. Options
Computer Science & Information Technology
Primary clustering occurs when data cluster around a home address.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following terms refers to a part of a GUI that enables a user to interact with the application and operating system?
A. Composition B. Widget C. Wizard D. Preprocessor
Computer Science & Information Technology
UsingĀ a remote storage device via a local network is referred to as ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology