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.'```

Computer Science & Information Technology

You might also like to view...

UNIX implements pipes by taking advantage of its __________.

a. buffering scheme b. shell c. kernel d. file system

Computer Science & Information Technology

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

Computer Science & Information Technology

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).

Computer Science & Information Technology

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).

Computer Science & Information Technology