Database Applications - Chapter 3 Flashcards
What is a query ?
Used to search and extract data from a database to find the answer to a question.
What is a form ?
A form is used to enter a new record , modify an existing record and view
Records already stored in a table.
What is a report ?
Allows tables and results of queries to be presented in a user friendly way
What is a macro ?
A small program written to preform a repetitive task automatically.
What is a data type ?
When a database is created , each field is allocated a data type ; different data types are used for different fields , e.g. text or numeric ; the data type defines the type of data associated with the field.
What is the purpose of database relationships ?
To link two or more tables in a database using a relationship type. For this to happen a common field must be stored.
What is data validation ?
Carried out by a computer automatically when data is input, it ensures that data is reasonable, sensible and within acceptable limits.
E.g presence check , length check , type check , format check , range check.
What is a primary key ?
The key field from one table
What is a foreign key ?
When a primary key in a table is stored as a non-key field in another table.
Give examples of different data types
Text , number , date/time , currency , autonumber , yes/no , OLE object , hyperlink , attachment , calculated and lookup wizard.
What are the three different types of data-base relationships ?
-One to one - means each records in one table can relate to one and only one record in another table
-One to many - meant a record in one table can relate to zero one or many records in another table
-many to many - both tables on either side of the relationship can contain multiple rows.
What is meant by big data ?
-Refers to the large amount of data that have potential to be mined for information.
-It can be described as the 3vs : volume , variety and velocity.
Explain the 3vs with big data
VOLUME
- the amount of data stored by organisations.
- data is raw facts and figures that is unprocessed.
- organisations now store large amounts of data from different sources, requiring large storage capacity software.
VARIETY
- refers to the different types and
Varieties of data.
- data I’d now stored in many formats e.g video and images ( not just text ).
- data can be structured, semi structured or unstructured.
VELOCITY
- refers to the speed at which data can be processed.
- due to large volumes of data there is a need to use more powerful computer to process the data more quickly
What is the need for data analytics to interpret big data
• Data analytics involves organisations analysing large amounts of data to produce useful information
• This is beneficial for making decisions and planning for future growth
• Specialised software such as data mining and statistical analysis are designed to process vast
quantities of data
• When data is in different formats it makes preparing and processing the data more
challenging for data analytics