Table of Contents
Table of Contents
2. The Entries and Styles pages are used to format the entries
in the TOC
You can use the options given under the Index/Table tab to
set the basic attributes of the table of contents:
Click one of the five buttons that are just below the
Structure line. For example, to add a tab stop, click the
Tab stop button. Observe that, a new Tab (T) button
appears on the Structure line.
Conclusion
Activity 2
1. Create a new database and save it.
2. Create the table provided in the question by following the
previous steps.
3. Go to Queries and click on create query in SQL view.
4. Enter the query: SELECT* FROM “TEACHERS” Where
Subject= „Computer‟
5. Press F5 and save it.
6. Create another query and enter the query: SELECT * FROM
“TEACHERS” WHERE “Salary” BETWEEN 20000 AND 35000.
7. Press F5 and save it.
8. Create another query and enter the query: SELECT
“Subject”, “Age” FROM “TEACHERS” WHERE “AGE” > 40
9. Press F5 and save it. 7.For query 4
10. Create another query and enter the query: SELECT
“NAME” FROM “TEACHERS” ORDER BY” NAME” ASC
11. Press F5 and save it. 8.Save the database and close it.