Introduction To Database Flashcards
It is a Collection of information that is organize
Database
Give some example of commonly used database
•Address book
•Library catalogue
•Telephone directory
•Stock list
Give some example of the sort of information that can be kept in a database
•Inventory Control
•Payroll system
•Personnel
Give some of the popular relational database management system
•Microsoft access
•File Maker
•mySQL
•Oracle
•Microsoft mySQL server
Advantages of database
•Improved Availability
•Minimized Redundancy
•Accuracy
•Program and file consistency
•User friendly
•Improved Security
It is responsible for strong data in the database,
Database tables cnsists of rows (record) and columns (fields)
Table
It is a named of unit of information
Field
A discrete piece of information that is part of a record
Field
It is a group of fields within a table that are relevant to a specific entity
Record
A row in a table that contains information about a particular person, place or thing
Record
Relational Database
> The Primary key
The Foreign key
It is a field that uniquely Identifies the record
Primary Key
It is a field in a relational table that matches the primary key column of another table. Can be used to cross reference tables.
Foreign Key
It Identifies a column or a set of column in one(referencing) table that refers to a column or set of columns in another (referenced) table.
Foreign key
It is the process of organizing data to minimize duplication
Normalization