Find faculty members who do not teach any course in Spring 2003 semester. Use correlated subquery with NOT EXISTS operator on SP03SECT table.
Use the Indo–US College database tables to design the following subqueries. (Use the spooling method to capture all queries and results in the CHAP8SP2.LST file)
```
SQL> SELECT FacultyId, Name
2 FROM faculty o
3 WHERE NOT EXISTS
4 (SELECT '1'
5 FROM sp03sect
6 WHERE FacultyId = o.FacultyId);
FACULTYID NAME
---------- ---------------
222 Williams
123 Mobley
235 Vajpayee
345 Sen
444 Rivera
555 Chang
333 Collins
7 rows selected.
```
You might also like to view...
will result in john getting an email containing the result of a lookup for Susan in the phonebook.
Add a -m command-line option to rolo to make it easy to look up someone and have the result emailed to the specified recipient. So rolo -m john Susan will result in john getting an email containing the result of a lookup for Susan in the phonebook.
A(n) ________ is the variety of colors, designs, and patterns that can be added behind the text elements of a slide
A) wizard B) background C) template D) theme
When ________ values are changed, the pie chart percentages and pie slices are automatically recalculated and resized
A) worksheet B) formatted C) calculated D) displayed
If using portrait orientation and 8 1/2 x 11 paper, the use of more than two columns in a newsletter is not recommended
Indicate whether the statement is true or false