Database Applications Flashcards
a table
consists of a number of records
a field
part of a record that stores a single data item, represented by a column.
a key field
uniquely identifies one record
a query
searches and filter data in a database that satisfies the query criteria
forms
used to collect data to create a new record, modify an existing record or view records already stored in a table.
reports
used to present results from queries in an effective matter. the layout can be customised, such as grouping similar data or presenting data in ascending or descending order.
macros
small programs that are written to perform a repetitive database task automatically. They can be used to add functionality to forms and reports
database relationships
link two or more tables in a database using a relationship type. These are one-to-one, one-to-many or many-to-many.
data type
defines the type of data associated with the field
A database
A structured, organised collection of data that is normally organised into tables of rows and columns.
Flat file database
Only contains one table where data is repeated. Disadvantages- redundancy; when data is repeated unnecessarily. Integrity; data is less likely to be correct because is has been repeated unnecessarily.
Text
Text and data that is a mixture of text and numbers
Number
Numeric data that requires a mathematical calculation
Date/time
Dates and times
Currency
Monetary data; includes two decimal places