Topic 3: Database Applications Flashcards
What does a table consist of?
A table consists of a number of records
What is a record represented as?
A record is represented as a row in a table
What is a field?
A field is part of a record that stores a single data item, represented by a column
What is a key field?
A key field uniquely identifies one record
What is a query?
A query searches and filters data in a database that satisfies the query criteria
What are forms used for?
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 is a macro?
Macros are small programs that are written to perform a repetitive database task manually
What are macros used for?
They are used to add functionality to forms and reports
what is database relationships?
database relationships link two or more tables in a database using a relationship type
How does relational databases happen?
A common field must be stored in each table; the key field from one table is stored in another table as a non-key field (foreign key)
How can relationships be defined?
- one-to-one
- one-to-many
- many-to-many
Data Types:
Text
Text and data that is a mixture of text and numbers (e.x a postcode)
Data Types:
Number
Numeric data that requires a mathematical calculation
Data Types:
Date/Time
Used to add dates and times
Data Types:
Currency
Monetary data; this means it includes two decimal places
Data Types:
Auto number
To create a key field, the computer generates sequential numbers that are automatically inserted for each new record created
Data Types:
Yes/No
Data that has two possible values (e.x Yes/No or True/False), this is called a Boolean value
Data Types:
OLE Object
Object Linking and Embedding; objects created using a software package other than a database
Data Types:
Hyperlink
A link to a web address (URL)
Data Types:
Attachment
A file attached to a record (e.x an image)
Data Types:
Calculated
The result of a calculation produced from another field in the record
Data Types:
Lookup Wizard
A value can be selected from a predefined list and entered into the field