Write the following query in the Object Query Language (OQL) of the ODMG object model:
‘List the surnames of all people associated with printing jobs for Addison Wesley Longman.’
```
SELECT surname:s.lName
FROM p IN Publisher,
j IN p.HasJob,
s IN j.HasStaff
WHERE p.pubName = ‘Addison Wesley Longman’
```

You might also like to view...
A computer’s output on the monitor is calibrated to display an image:
a. smaller than the actual monitor’s capability. b. larger than the actual monitor’s capability. c. exactly the same size as the actual monitor’s capability. d. that adjusts automatically to the monitor’s capability. e. of a fixed size, whether it is larger or smaller than the monitor’s capability depends on the monitor.
Each person's information is stored in a ____ in the contact list.
A. contact address B. contact record C. contract group D. contract file
A ____-controlled loop tests the condition before the loop body is executed.
A. bottom B. key C. top D. function
You can create your own stroke styles.
Answer the following statement true (T) or false (F)