Display faculty names in descending order by their department, but in alphabetical order by their name within each department.

Write queries/statements for the following. (Use tables created in Chapter 4 Lab Activity.)


```
SQL> SELECT *
2 FROM faculty
3 ORDER BY DeptId DESC, Name;

FACULTYID NAME ROOMID PHO DEPTID
---------- --------------- ---------- --- ----------
555 Chang 17 587 5
444 Rivera 21 544 4
333 Collins 17 599 3
345 Sen 12 579 3
235 Vajpayee 12 577 2
222 Williams 20 533 2
111 Jones 11 525 1
123 Mobley 11 529 1

8 rows selected.
```

Computer Science & Information Technology

You might also like to view...

You can toggle on the ________ so that it can translate phrases or words for you when you point to them

Fill in the blank(s) with correct word

Computer Science & Information Technology

A network must have one or more proxy servers available for each ____ proxied on the network.

A. packet filter B. network connection C. service protocol D. client computer

Computer Science & Information Technology

An online catalog lists the resources from multiple libraries.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When re-purposing an existing Flash document, the Properties panel may output messages related to unsupported content. 

Answer the following statement true (T) or false (F)

Computer Science & Information Technology