Software
Databases (2 of 3)
The data about the whole class could be used for several purposes. We might use the database to produce a listing of all the students...
Who are girls?
Here we have a listing of all the students who are female.
Whose surname starts with the letter 'J'?
Here we have a listing of all the students (male and female) whose surname starts with 'J'.
Who are the girls whose surname starts with the letter 'J'?
Here is a listing of all female students whose surname begins with the letter 'J'. There is only one student matching our request.
©
Microsoft Corporation
The data displayed has been extracted from a
Table
containing the data for the whole group.