Write a SELECT statement to list course data sorted by course number. (30 rows)

What will be an ideal response?

```
SELECT *
FROM course
ORDER BY course_no
```

Computer Science & Information Technology

You might also like to view...

The decorative font categories of ________ can be difficult to read on a Web page

A) Comic Sans and Impact B) Calibri and Segoe UI C) Georgia and Palatino Linotype D) Lucida Console and Tahoma

Computer Science & Information Technology

Where would you go to change tab order in a form?

A) Detail section B) Datasheet view - Tab order in Tools group C) Property sheet D) Design view - Tab order in Tools group

Computer Science & Information Technology