Introduction To Databases
Introduction To Databases
FAISALABAD COMPUTER
Introduction to Databases
Handout
Data Information
Data is the collection of raw facts and figures. Processed data is called information. When raw
It is without any proper meaning. facts and figures are processed and arranged in
Data may be a collection of words, numbers, some order, then they become information.
graphics or sounds. Information has a proper meaning and is useful
in decision-making.
Examples of Information:
Examples of Data
Database
A database is simply an organized collection of data. Data can be added, modified, deleted,
sorted and quickly searched for using a database.
Example for Database Management System (DBMS)
Microsoft Access, MySQL, Oracle and FileMaker.
LEARNING ALLIANCE
FAISALABAD COMPUTER
A table arranges the data using rows as records and columns as fields.
● Record
It is a complete row containing values for each field.
For example: The given table has 3 records and 4 fields.
● Field
Each field has a particular data type.
For example: The field “Name” will only allow alphabetical values, while the field “items”
will only allow numeric values for the records.
Sorting
To sort means to put something in an order, allowing information to be found easily. It can
be ascending or descending order for the data.
Data Types: You can add the following types of data in a database table.