Write a SELECT statement to list the first and last name of students that do not have the salutation of "Dr.".
What will be an ideal response?
```
SELECT first_name, last_name
FROM student
WHERE salutation <> 'Dr.'```
You might also like to view...
UNIX implements pipes by taking advantage of its __________.
a. buffering scheme b. shell c. kernel d. file system
You use ________ to standardize the design of the slides in a presentation
A) Properties B) the Handout master C) the Compatibility Checker D) a template
A Live Preview of the theme appears on the slide each time you pass your pointer over the theme thumbnails, and a(n) ___________________ identifies the theme names.
Fill in the blank(s) with the appropriate word(s).
Rather than allowing a user to select a primary key value, it is a good idea to use a(n) ______ to generate the value.
Fill in the blank(s) with the appropriate word(s).