DATABASE

Explanation of Terms

FIELD - CATEGORY - a title to enter information under

RECORD - 1 card with information entered (1 person's data, 1 recipe's data etc.)

FILE - a set of cards (RECORDS)

SINGLE RECORD LAYOUT - All information for one record (person, recipe, etc.)

Follwing is an illustration of a single record layout

MULTIPLE RECORD LAYOUT - information for many records (people, recipes, etc.)

return to table of contents


DATABASE APPLICATIONS

SORTING

return to table of contents

CHANGING COLUMNS

return to table of contents

SEARCHING THE LIT DATABASE with FILTERS

A student would like a list of books by the author Tomi dePaola.

The selection criteria is:

AUTHORLASTNAME equals dePaola

To find all the books by Tomi dePaola you must create a New Filter.

Before you try another filter you must choose Data from the menu bar and drag to Select All. This will select all of the data in the database to show on the screen.

Connectors tie two selection rules together. Rules can be combined by using the connectors OR and AND. OR means that records will be selected if either of the rules is true. AND means that records will be selected only if both of the rules are true.

Example: A student wants to select a story written by Tomi dePaola that is a fable. He does not want to include all the books by Tomi dePaola but only those that are fables.

The selection sentence would read:

AUTHORLASTNAME equals dePaola and OTHER contains fable.

Only books written by Tomi dePaola which are fables will be selected.

return to table of contents


return to table of contents

PRACTICE EXERCISES

Search the Lit database by creating filters to answer the following questions. Write the selection criteria or selection sentence and the answer in the response boxes provided.

1. How many books won the Newberry Award?

Selection Criteria:

Answer:

2. Which books were both written and illustrated by Jan Brett?

Selection Criteria:

Answer:

3. Who is the author of Polar Express?

Selection Criteria:

Answer:

4. How many books were published by Scholastic?

Selection Criteria:

Answer:

5. Choose a book for your 1st grade readers written by Leo Lionni.

Selection Criteria:

Answer:

6. Find a book that would be good to use in a self-esteem lesson.

Selection Criteria:

Answer:

7. What is the complete title of a Science book by Anne Shelby? I know the

title ends with the word "Pollution."

Selection Criteria:

Answer:

Your Name:

Your email address:

return to table of contents


CREATING A DATABASE

Continue entering data for the class.

If you make a mistake, simply click the cursor in the cell and re-type the information.

Your window should look like this:

return to table of contents

SORTING A DATABASE

Repeat the process, sorting on the field, firstname.

Try sorting by street, birthday, etc.

return to table of contents

MATCH RECORDS

This option allows you to search the database for a common parameter.

return to table of contents

CREATING A REPORT FOR PRINTING

The database cannot be printed out as it is - it would run off the margin of the paper! In order to print, you must first make a Report and then print out that report. In fact, you will make several reports.

You can change the size of the type by going to Form and selecting Format Character. In the same menu, under Form, you can also choose to print the data with or without the Grid.

You can also print a simple class list by going to Report, selecting New Report, and using the crossbar cursor to move all the columns except for the names off the screen, then printing the report.

return to table of contents