You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
423 B
16 lines
423 B
2 years ago
|
|
||
|
Exercise 4.56: Formulate compound queries that
|
||
|
retrieve the following information:
|
||
|
|
||
|
|
||
|
the names of all people who are supervised by Ben Bitdiddle, together with
|
||
|
their addresses;
|
||
|
|
||
|
all people whose salary is less than Ben Bitdiddle’s, together with their
|
||
|
salary and Ben Bitdiddle’s salary;
|
||
|
|
||
|
all people who are supervised by someone who is not in the computer division,
|
||
|
together with the supervisor’s name and job.
|
||
|
|
||
|
|