Databases - Introduction Flashcards
What is a database?
A package for storing information. (All information held is called a file)
What is a record?
The information held about one person/object
What is a field?
The information on one category
Why would you add another record or field? (2)
- If more items are to be included on the database
* If more categories of information are to be added to the database
What are advantages of using computer databases? (3)
Less physical space is taken up, can find/sort information quickly and it is easy to edit information
What is validation?
The process of checking that data entered is of the correct type and structure
What is Presence Check?
Checks fields are not blank
What is Restricted Choice?
Gives user a choice such as a drop down menu
What is Field Length Check?
Specifies size of a field
What is Field Range Check?
Specifies range of numbers a field can hold