Topic 12 Databases
Topic 12 Databases
A relational database can take information from two or more database tables and
combine them into a new table or report through the use of a key field.
1
Features of Database Management Software
Record A record is a row in a table that contains information about a given person,
product, or event.
Validation rule-Is a method used to check that data falls within the appropriate
range or parameter defined by the database user.
Primary Key Is a field that uniquely identifies a record in a table. Before saving a
table, you should insert a primary key.
Foreign key: A key used in one table to represent the value of a primary key in a
related table.
Field name- Database feature assigned to each field to identify the different fields
Data type-Specify the kind of data a field can contain and how the field is used.
Queries-These allows you to filter and extract specified data from tables in the
databases
Reports allow you to print data based on queries/tables that you have created
2
Advantages of using electronic database system
3
Data validation checks