Fundamentals of Database Design: Presented By: Harpreet Singh AND Lakhvir Kaur
Fundamentals of Database Design: Presented By: Harpreet Singh AND Lakhvir Kaur
Fundamentals of Database Design: Presented By: Harpreet Singh AND Lakhvir Kaur
CONTENTS
Introduction and participants needs. We will review what is a database; Understand the difference between data and information; What is the purpose of a database system; How to select a database system;
WHAT IS A DATABASE
A database is any organized collection of data. Some examples of databases you may encounter in your daily life are:
A telephone book T.V. Guide airline reservation system motor vehicle registration records papers in your filing cabinet files on your computer hard drive.
What is information?
Data can be defined in many ways. Information science defines data as unprocessed information.
Information is data that have been organized and communicated in a coherent and meaningful manner. Data is converted into information, and information is converted into knowledge. Knowledge; information evaluated and organized so that it can be used purposefully.
The information is a large amount that would become unmanageable in spreadsheet form and is related to a particular subject. You want to maintain records for ongoing use. You want to generate reports based on the information.
TYPES OF DATABASES
Non-relational databases
Non-relational databases place information in field categories that we create so that information is available for sorting and disseminating the way we need it. The data in a non-relational database, however, is limited to that program and cannot be extracted and applied to a number of other software programs, or
other database files within a school or administrative system. The data can only be "copied and pasted. Example: a spread sheet.
Relational databases
In relational databases, fields can be used in a number of ways (and can be of variable length), provided that they are linked in tables. It is developed based on a database model that provides for logical connections among files (known as tables) by including identifying data from one table in another table.
The table above contains the employee information for our organization -- characteristics like name, date of birth and title. Examine the construction of the table and you'll find that each column of the table corresponds to a specific employee characteristic (or attribute in database terms). Each row corresponds to one particular employee and contains his or her information. That's all there is to it! If it helps, think of each one of these tables as a spreadsheet-style listing of information.
DATA RETRIEVAL
It is a management system that involves extracting the wanted data from e database. The two primary forms of data retrieval are reports and queries. In order to retrieve a data from the database , the user has to present the data by a Query. Then the DBMS software selects the demanded data from the database. The retrieved data may be stored in a file, printed or viewed on screen.