Display student Jose Diaz’s faculty advisor’s name and phone number.
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 Name, Phone
2 FROm faculty
3 WHERE FacultyId =
4 (SELECT FacultyID
5 FROM student
6 WHERE UPPER(Last) = 'DIAZ'
7 AND UPPER(First) = 'JOSE');
NAME PHO
--------------- ---
Mobley 529
```
You might also like to view...
A structured selection must have one entry point at the decision, and ____ exit point(s) when the two logical paths rejoin.
A. one B. two C. three D. four
Why might you want to use a subreport control?
What will be an ideal response?
Case-Based Critical Thinking Questions ? Case 12-5 ? William has created the following style sheet rule for his website. ? ? Which of the following syntaxes must William apply to the style sheet to remove the color violet completely from the website?
A. sheet.deleteRule(0) B. document.deleteRule(0) C. sheet.deleteRule(1) D. document.deleteRule(1)
A portable personal computer.
A. Notebook B. Mobile C. Tablet