What is a database?
A database is a software program used to store data in a structured way.
What is a field?
Each is a single item of data and has a field name, which is used to identify it within a database. Remember to use underscores for spaces
What is a record?
Collection of fields which may contain different data types
What is a flat file database?
Flat File database: stores data in one table, which is organised by rows and columns.
What is a relational database?
Relational database: stores data in more that one linked table, stored in a file. They are designed so that the same data is not stored many times. The links are called relations.
What are the advantages of flat file database?
What are the disadvantages of flat file database?
What are the advantages of relational databases?
What are the disadvantages of relational databases?
What is the alphanumeric data type?
Used to store text and numbers not used for calculations. This is called a ‘text’ field in Microsoft Access.
What is the numeric data type?
A data type that is used to store numeric values that may be used for calculations
What are the sub types of numeric data?
What is a primary key?
Most tables will have a primary key field that holds unique data and is the field used to identify that record.
What is a foreign key?
A foreign key field in one data table that stores values from a primary key field in another table.
What do you have to include for caluclations?
What you want to calculate: [x_y][7_y]
e.g. Total_Costs: [Meal_Cost][Guest]
What is a report?
A database report is a formatted presentation of data from a database that provides structured information for decision-making
What is a query?
Used to retrieve specific information from one or more tables in a database. Queries allow you to ask questions about your data and extract the answers based on specified criteria.
What is a file?
Each file is an organised collection or records stored together. It can have one or more tables within it.
What is a calculated control?
Is a feature that allows you to create custom calculations within forms and reports. It enables you to display calculated values based on expressions involving fields, constants, functions, and operators.