Data base Flashcards
What is a table
when data is organised into files, each file is organised into a number of rows and columns this is referred as a table or ‘flat file ‘
what makes up a table
rows and columns
What is a record
A record is represented as a row in table
What is a field?
A field is a part of a record that stores a single data item represented by a column
What is a key field or primary field
A key field uniquely identifies one record
What is a Query
A query searches and filters data in the database and satisfies the query criteria
What are Forms?
Forms are used to collect data to create a new record, modify an existing record or view records already stored in a table
What are Reports
Reports are used to present results from queries in an effective manner
What are Macros
A small program written to perform a repetitive task automatically
what are the 6 data types and what are they used for
Short Text/string
used for text fields such as names and addresses
Number
used for number fields
Data/Time
used for data fields such as DOB
Currency
used for monetary Valves
AutoNumber
used for ID’s or valves that generate automatically.
Lookup Wizard
used to Select fields from only a selected list.
What is Data Validation
Ensures that the data is reasonable, Sensible and within acceptable limits. It guarantee that data is presented and the correct it will red will display type range or length is entered. in error message an if data is
Data verification
a method of checking data is input correctly e.g. proofing
Types of Data Validation
Data Type Check
Length Check
Range Check
Format Check
Presence Check
Explain Range Check
Ensures that data entered is within a upper and lower limit
Example of Range Check
A Persons month of birth should be in the range
1 Jan to 12 Dec
(lower limit) (Upper Limit)