Create a simple flat file database for mail merge in your word
processor. Most word processors have a tool that allows you to create
a simple database and mail merge without having to go to a separate
document. Your table should have at least 3 fields and five records. Make a letter that can read the fields.
Use a full-fledged DBMS to create a telephone directory. Your
database should have the following characteristics:
One table
At least three fields per record
At least five records
An index field
Add more advanced features to your telephone directory:
A form for input
A report for output
A query for looking at specific records
Don't forget to utilize any shortcuts or tools the DBMS gives you as
shortcuts!