| A | B |
| DATABASE | A collection of information |
| OBJECT | Part of a database-e.g. a table, a query or a form |
| TABLE | A grouping of data organised in fields and records |
| FIELD | a column on a datasheet which shows the type of data |
| RECORD | a row on a datasheet |
| DESIGN VIEW | allows you to add, change and delete data in a table |
| DATASHEET VIEW | allows you to create different fields in your table and assign the primary key |
| PRIMARY KEY | a very important field that determines access to the dtat |