EXERCISE 5 (Answers are in Appendix A, Answers to the Exercises, page ***.)
- Recall the stored query MYQUERY.
- Change the query so that information is retrieved for salaries between
$25000 and $30000, and is ordered by the employee's first name.
- Start the query.
- Exclude the middle initial from the result.
- Separate all columns with a blank, a vertical bar, an asterisk, a vertical
bar, and a blank.
- Change the EDLEVEL column heading to SCHOOL YEARS.
- End the display and store the command along with all its formatting
information using the name EXER11.
- List all the stored SQL statements.
- Retrieve the help information for the ISQL STORE command.
|