SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Database an Introduction

Anwarul Islam,

PhD

Librarian
Sher-e-Bangla Agricultural University, Dhaka
anwarpulak@gmail.com
Agenda
•
•
•
•
•
•
•
•

What is a Database?
Difference between data and information
Purpose of a database system
How to select a database system
Database definitions
Database development: the first steps
Quality control issues
Data entry considerations
What is a Database?
A database is any organized collection of
data.
Examples:
– a telephone book
– T.V. Guide
– airline reservation system
– motor vehicle registration records
– papers in your filing cabinet
– files on your computer hard drive
Data vs. Information
• What is data?
– Data can be defined in
many ways. Information
science defines data as
unprocessed information.

• What is 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.
Why do we need a database?
• Keep records of :
– Patrons
– Staff
– etc
• To keep a record of activities and interventions;
• Keep service records;
• Develop reports;
• Perform research
• Longitudinal tracking
Purpose of a database system

Is to transform
Data

Information

Knowledge

Action
Types of Database
• 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
Selecting a Database Management System
Database management systems (or DBMSs)
can be divided into two categories -- desktop
databases and server databases.
•

Generally speaking, desktop databases are oriented toward
single-user applications and reside on standard personal
computers (hence the term desktop).

•

Server databases contain mechanisms to ensure the reliability
and consistency of data and are geared toward multi-user
applications.
Database definition
An organized collection of data. A database
management system (DBMS) such as Access,
FileMaker, Lotus Notes, Oracle, SQL Server,
MySql which provides you with the software
tools you need to organize that data in a flexible
manner. It includes tools to add, modify or
delete data from the database, ask questions (or
queries) about the data stored in the database
and produce reports summarizing selected
contents.
Selecting a database system: Need Analysis
The needs analysis process will be specific to your organization
but, at a minimum, should answer the following questions:
• How many records we will warehouse and for how long?
• Who will be using the database and what tasks will they
perform?
• How often will the data be modified? Who will make these
modifications?
• Who will be providing IT support for the database?
• What hardware is available? Is there a budget for purchasing
additional hardware?
• Who will be responsible for maintaining the data?
• Will data access be offered over the Internet? If so, what
level of access should be supported?
Quality Control Considerations
• Remember “garbage in – garbage out”. Some
examples and how to prevent this.
• Quality management encompasses three
distinct processes: quality planning, quality
control, and quality improvement
• Quality Planning in relation to database systems
design:
– Who will perform data entry?
– Training? On-line help?
– How data entry will be performed?
Quality Control Considerations
• Barcode scanners
– USB or
– Wireless attached to a Palm or Pocket PC

• Pocket PC
– WiFi 802.11g, Bluetooth
– Wireless networks (real-time on demand
systems
Quality Control Considerations
• Define “must” enter fields – no record is
complete unless: such and such is
entered;
• Make data entry fool proof.
– By using a pull-down menu with the correct
data format these mistakes can be avoided.
Hands on practice
Define some key Access
terminology
Field
– A single characteristic or attribute of a person,
place, object, event, or idea.
Record
– A set of related field values.
Table
– A collection of records that identify a category
of data, such as Customers, Orders, or
Inventory.
Illustration of fields, records and
a table
Relational database and keys
• A relational database is a collection of tables
that are related to one another based on a
common field.
• A field, or a collection of fields, is designated as
the primary key.
– The primary key uniquely identifies a record in the
table.

• When the primary key of one table is
represented in a second table to form a
relationship, it is called a foreign key.
Relating tables using a common
field
Open an existing database
• When Access is launched you will see the
Access window, with the task pane on the right
side
• From the task pane you can open an existing
database by:
– Selecting the database you want from the list of
Recently opened databases
– Selecting “Look in” list arrow to choose a database
you want to open from a storage location
• If you choose the Look in list arrow, you will browse to the
correct location of your database, click on it, and then click
on Open to open the database
The Database window
• The Database window is the main control
center for working with an Access
database.
• The Database window contains a menu
bar, an objects bar, and a groups bar.
– The Objects bar lists all the objects available
in the database
– The list of objects consists of tables, queries,
forms, reports, pages, macros, and modules
– You can click on any of the objects in the
Objects bar to obtain a list of objects of that
type
Use the task pane to open a
database
A table in datasheet view
The navigation bar buttons
Sample Query Datasheet view
Selecting fields to include in a
query
• You can create a query that will display only selected
fields from a table instead of displaying all fields.
• In the Simple Query Wizard dialog box, select which
fields you want included in the query.
– Move all the fields into the Selected Fields box
– Move the fields one at a time
– Remove fields out of the Selected Fields box by pressing one of
the remove buttons

• If you wanted to select all the fields except one, you can
move them all to the selected fields list and then remove
the one field you don't want.
• Once you have made your selections, press Next to
move to the next dialog box in the Wizard.
The Simple Query Wizard
Create an Access form
• A form allows you to view your data one
record at a time.
• Forms are useful for maintaining, viewing,
and printing records in a database.
• You can create your own form in the
Forms Design window or you can use the
Forms Wizard to create a form.
• The easiest way to create a form is to use
the AutoForm Wizard.
Use the AutoForm Wizard
• The AutoForm Wizard uses a table (or query)
you select as the basis to create a form that
displays all the fields of the table (or query).
• Once you have created your form, you can view
the records one record at a time.
• The form has a navigation bar just like the
navigation bar you have already used in the
Table or Query Datasheet view.
Access Form View
Create, preview, and navigate a
report
• You can create a report, which is a printed
version of your data, that is formatted
according to your specifications.
• The data in the report can consist of data from
a single table or multiple tables.
• Access has a Reports Wizard that allows you
to easily create a report.
• The report can be based on a table or it can be
based on a query.
– If the report is based on a query, it will contain the
same fields that were selected for the query
The Report Preview window
Database an introduction

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Cluster bean
Cluster beanCluster bean
Cluster bean
 
DOS - Disk Operating System
DOS - Disk Operating SystemDOS - Disk Operating System
DOS - Disk Operating System
 
Important Physiological Disorders of Mango
Important Physiological Disorders of MangoImportant Physiological Disorders of Mango
Important Physiological Disorders of Mango
 
Methods of weed control
Methods of weed controlMethods of weed control
Methods of weed control
 
Propagation and Dissemination of weeds
Propagation and Dissemination of weedsPropagation and Dissemination of weeds
Propagation and Dissemination of weeds
 
Topic -Anatomy of Computer.pptx
Topic -Anatomy  of Computer.pptxTopic -Anatomy  of Computer.pptx
Topic -Anatomy of Computer.pptx
 
Protected cultivation, importance &; scope, status in india
Protected cultivation, importance &; scope, status in indiaProtected cultivation, importance &; scope, status in india
Protected cultivation, importance &; scope, status in india
 
PROTECTED CULTIVATION OF ROSES
PROTECTED CULTIVATION OF ROSESPROTECTED CULTIVATION OF ROSES
PROTECTED CULTIVATION OF ROSES
 
Fertilizer recommendation using geospatial technology
Fertilizer recommendation using geospatial technologyFertilizer recommendation using geospatial technology
Fertilizer recommendation using geospatial technology
 
GIS and Remote Sensing in Diagnosis and Management of Problem Soil with audio...
GIS and Remote Sensing in Diagnosis and Management of Problem Soil with audio...GIS and Remote Sensing in Diagnosis and Management of Problem Soil with audio...
GIS and Remote Sensing in Diagnosis and Management of Problem Soil with audio...
 
Managing Files
Managing FilesManaging Files
Managing Files
 
Varietal identificaton through grow-out test and Electrophoresis
Varietal identificaton through grow-out test and ElectrophoresisVarietal identificaton through grow-out test and Electrophoresis
Varietal identificaton through grow-out test and Electrophoresis
 
Crop discrimination and yield monitoring
Crop discrimination and yield monitoringCrop discrimination and yield monitoring
Crop discrimination and yield monitoring
 
Operating System- Services,types.Batch files and DOS history
Operating System- Services,types.Batch files and DOS historyOperating System- Services,types.Batch files and DOS history
Operating System- Services,types.Batch files and DOS history
 
System of rice Intensification (SRI)
System of rice Intensification (SRI)System of rice Intensification (SRI)
System of rice Intensification (SRI)
 
PROBLEMATIC SOIL AND THEIR MANAGEMENT ASOIL5221 NOTES
PROBLEMATIC SOIL AND THEIR MANAGEMENT ASOIL5221 NOTESPROBLEMATIC SOIL AND THEIR MANAGEMENT ASOIL5221 NOTES
PROBLEMATIC SOIL AND THEIR MANAGEMENT ASOIL5221 NOTES
 
Protected cultivation
Protected cultivation Protected cultivation
Protected cultivation
 
Nursery raising under protected structures
Nursery raising under protected structuresNursery raising under protected structures
Nursery raising under protected structures
 
GREEN HOUSE ENVIRONMENT
GREEN HOUSE ENVIRONMENTGREEN HOUSE ENVIRONMENT
GREEN HOUSE ENVIRONMENT
 
Operating System DOS and Windows
Operating System DOS and WindowsOperating System DOS and Windows
Operating System DOS and Windows
 

Andere mochten auch

Database Systems Introduction (INTD-3535)
Database Systems Introduction (INTD-3535)Database Systems Introduction (INTD-3535)
Database Systems Introduction (INTD-3535)
julyprum
 
TID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseTID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To Database
WanBK Leo
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
koolkampus
 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1
ahfiki
 
Types of databases
Types of databasesTypes of databases
Types of databases
PAQUIAAIZEL
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
sameerraaj
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
askme
 
Network internet
Network internetNetwork internet
Network internet
Kumar
 

Andere mochten auch (20)

Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)
 
introduction to database
 introduction to database introduction to database
introduction to database
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Introduction to Database SQL & PL/SQL
Introduction to Database SQL & PL/SQLIntroduction to Database SQL & PL/SQL
Introduction to Database SQL & PL/SQL
 
Database Systems Introduction (INTD-3535)
Database Systems Introduction (INTD-3535)Database Systems Introduction (INTD-3535)
Database Systems Introduction (INTD-3535)
 
TID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To DatabaseTID Chapter 10 Introduction To Database
TID Chapter 10 Introduction To Database
 
1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1
 
Types of databases
Types of databasesTypes of databases
Types of databases
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
Oxford Scholarship Online Access
Oxford Scholarship Online AccessOxford Scholarship Online Access
Oxford Scholarship Online Access
 
Software Engineering - 01. Introduction
Software Engineering - 01. IntroductionSoftware Engineering - 01. Introduction
Software Engineering - 01. Introduction
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Software Engineering - Introduction and Motivation (Marcello Thiry)
Software Engineering - Introduction and Motivation (Marcello Thiry)Software Engineering - Introduction and Motivation (Marcello Thiry)
Software Engineering - Introduction and Motivation (Marcello Thiry)
 
Network internet
Network internetNetwork internet
Network internet
 
[Www.pkbulk.blogspot.com]file and indexing
[Www.pkbulk.blogspot.com]file and indexing[Www.pkbulk.blogspot.com]file and indexing
[Www.pkbulk.blogspot.com]file and indexing
 
Introduction to network ( Internet and its layer) Or how internet really works!
Introduction to network ( Internet and its layer) Or how internet really works!Introduction to network ( Internet and its layer) Or how internet really works!
Introduction to network ( Internet and its layer) Or how internet really works!
 
W 8 introduction to database
W 8  introduction to databaseW 8  introduction to database
W 8 introduction to database
 

Ähnlich wie Database an introduction

Operate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptxOperate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptx
AbdirisakIman
 

Ähnlich wie Database an introduction (20)

Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
 
Unit 3 part i Data mining
Unit 3 part i Data miningUnit 3 part i Data mining
Unit 3 part i Data mining
 
Operate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptxOperate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptx
 
MIS-3rd Unit.pptx
MIS-3rd Unit.pptxMIS-3rd Unit.pptx
MIS-3rd Unit.pptx
 
MIS-3rd Unit.pptx
MIS-3rd Unit.pptxMIS-3rd Unit.pptx
MIS-3rd Unit.pptx
 
Database management system
Database management systemDatabase management system
Database management system
 
Introduction to ms access database
Introduction to ms access databaseIntroduction to ms access database
Introduction to ms access database
 
Database
DatabaseDatabase
Database
 
Computing 7
Computing 7Computing 7
Computing 7
 
DW (1).ppt
DW (1).pptDW (1).ppt
DW (1).ppt
 
MS-ACCESS.pptx
MS-ACCESS.pptxMS-ACCESS.pptx
MS-ACCESS.pptx
 
MS Access.pptx
MS Access.pptxMS Access.pptx
MS Access.pptx
 
RowanDay4.pptx
RowanDay4.pptxRowanDay4.pptx
RowanDay4.pptx
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptx
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Database & Database Users
Database & Database UsersDatabase & Database Users
Database & Database Users
 
Data warehouse - Nivetha Durganathan
Data warehouse - Nivetha DurganathanData warehouse - Nivetha Durganathan
Data warehouse - Nivetha Durganathan
 
PHP/MySQL First Session Material
PHP/MySQL First Session MaterialPHP/MySQL First Session Material
PHP/MySQL First Session Material
 

Mehr von Anwarul Islam, PhD

Mehr von Anwarul Islam, PhD (15)

State of Agricultural Information Systems in Bangladesh
State of Agricultural Information Systems in BangladeshState of Agricultural Information Systems in Bangladesh
State of Agricultural Information Systems in Bangladesh
 
Digital archiving
Digital archivingDigital archiving
Digital archiving
 
Modern Library and Digital Library Concept
Modern Library and Digital Library ConceptModern Library and Digital Library Concept
Modern Library and Digital Library Concept
 
Future library: what next?
Future library: what next?Future library: what next?
Future library: what next?
 
LIS education and Job Opportunities in Bangladesh
LIS education and Job Opportunities in BangladeshLIS education and Job Opportunities in Bangladesh
LIS education and Job Opportunities in Bangladesh
 
LMS by Open source software: Experiences and observations aspect Bangladesh
LMS by Open source software: Experiences and observations aspect Bangladesh LMS by Open source software: Experiences and observations aspect Bangladesh
LMS by Open source software: Experiences and observations aspect Bangladesh
 
Open science directory
Open science directoryOpen science directory
Open science directory
 
How to access Science Direct: Hints for Research4Life Users.
How to access Science Direct: Hints for Research4Life  Users.  How to access Science Direct: Hints for Research4Life  Users.
How to access Science Direct: Hints for Research4Life Users.
 
OARE : How to Access
OARE : How to AccessOARE : How to Access
OARE : How to Access
 
AGORA : How to Access
AGORA : How to AccessAGORA : How to Access
AGORA : How to Access
 
HINARI : How to access
HINARI : How to accessHINARI : How to access
HINARI : How to access
 
Role of academic libraries for building digital Bangladesh
Role of academic libraries for building digital BangladeshRole of academic libraries for building digital Bangladesh
Role of academic libraries for building digital Bangladesh
 
Health2.o: RSS, Alerts, MeSEs and Google Features
Health2.o: RSS, Alerts, MeSEs and Google FeaturesHealth2.o: RSS, Alerts, MeSEs and Google Features
Health2.o: RSS, Alerts, MeSEs and Google Features
 
Education 2.0
Education 2.0Education 2.0
Education 2.0
 
Library 2.0
Library 2.0Library 2.0
Library 2.0
 

Kürzlich hochgeladen

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Kürzlich hochgeladen (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 

Database an introduction

  • 1. Database an Introduction Anwarul Islam, PhD Librarian Sher-e-Bangla Agricultural University, Dhaka anwarpulak@gmail.com
  • 2. Agenda • • • • • • • • What is a Database? Difference between data and information Purpose of a database system How to select a database system Database definitions Database development: the first steps Quality control issues Data entry considerations
  • 3. What is a Database? A database is any organized collection of data. Examples: – a telephone book – T.V. Guide – airline reservation system – motor vehicle registration records – papers in your filing cabinet – files on your computer hard drive
  • 4. Data vs. Information • What is data? – Data can be defined in many ways. Information science defines data as unprocessed information. • What is 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.
  • 5. Why do we need a database? • Keep records of : – Patrons – Staff – etc • To keep a record of activities and interventions; • Keep service records; • Develop reports; • Perform research • Longitudinal tracking
  • 6. Purpose of a database system Is to transform Data Information Knowledge Action
  • 7. Types of Database • 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
  • 8. Selecting a Database Management System Database management systems (or DBMSs) can be divided into two categories -- desktop databases and server databases. • Generally speaking, desktop databases are oriented toward single-user applications and reside on standard personal computers (hence the term desktop). • Server databases contain mechanisms to ensure the reliability and consistency of data and are geared toward multi-user applications.
  • 9. Database definition An organized collection of data. A database management system (DBMS) such as Access, FileMaker, Lotus Notes, Oracle, SQL Server, MySql which provides you with the software tools you need to organize that data in a flexible manner. It includes tools to add, modify or delete data from the database, ask questions (or queries) about the data stored in the database and produce reports summarizing selected contents.
  • 10. Selecting a database system: Need Analysis The needs analysis process will be specific to your organization but, at a minimum, should answer the following questions: • How many records we will warehouse and for how long? • Who will be using the database and what tasks will they perform? • How often will the data be modified? Who will make these modifications? • Who will be providing IT support for the database? • What hardware is available? Is there a budget for purchasing additional hardware? • Who will be responsible for maintaining the data? • Will data access be offered over the Internet? If so, what level of access should be supported?
  • 11. Quality Control Considerations • Remember “garbage in – garbage out”. Some examples and how to prevent this. • Quality management encompasses three distinct processes: quality planning, quality control, and quality improvement • Quality Planning in relation to database systems design: – Who will perform data entry? – Training? On-line help? – How data entry will be performed?
  • 12. Quality Control Considerations • Barcode scanners – USB or – Wireless attached to a Palm or Pocket PC • Pocket PC – WiFi 802.11g, Bluetooth – Wireless networks (real-time on demand systems
  • 13. Quality Control Considerations • Define “must” enter fields – no record is complete unless: such and such is entered; • Make data entry fool proof. – By using a pull-down menu with the correct data format these mistakes can be avoided.
  • 15. Define some key Access terminology Field – A single characteristic or attribute of a person, place, object, event, or idea. Record – A set of related field values. Table – A collection of records that identify a category of data, such as Customers, Orders, or Inventory.
  • 16. Illustration of fields, records and a table
  • 17. Relational database and keys • A relational database is a collection of tables that are related to one another based on a common field. • A field, or a collection of fields, is designated as the primary key. – The primary key uniquely identifies a record in the table. • When the primary key of one table is represented in a second table to form a relationship, it is called a foreign key.
  • 18. Relating tables using a common field
  • 19. Open an existing database • When Access is launched you will see the Access window, with the task pane on the right side • From the task pane you can open an existing database by: – Selecting the database you want from the list of Recently opened databases – Selecting “Look in” list arrow to choose a database you want to open from a storage location • If you choose the Look in list arrow, you will browse to the correct location of your database, click on it, and then click on Open to open the database
  • 20. The Database window • The Database window is the main control center for working with an Access database. • The Database window contains a menu bar, an objects bar, and a groups bar. – The Objects bar lists all the objects available in the database – The list of objects consists of tables, queries, forms, reports, pages, macros, and modules – You can click on any of the objects in the Objects bar to obtain a list of objects of that type
  • 21. Use the task pane to open a database
  • 22. A table in datasheet view
  • 25. Selecting fields to include in a query • You can create a query that will display only selected fields from a table instead of displaying all fields. • In the Simple Query Wizard dialog box, select which fields you want included in the query. – Move all the fields into the Selected Fields box – Move the fields one at a time – Remove fields out of the Selected Fields box by pressing one of the remove buttons • If you wanted to select all the fields except one, you can move them all to the selected fields list and then remove the one field you don't want. • Once you have made your selections, press Next to move to the next dialog box in the Wizard.
  • 27. Create an Access form • A form allows you to view your data one record at a time. • Forms are useful for maintaining, viewing, and printing records in a database. • You can create your own form in the Forms Design window or you can use the Forms Wizard to create a form. • The easiest way to create a form is to use the AutoForm Wizard.
  • 28. Use the AutoForm Wizard • The AutoForm Wizard uses a table (or query) you select as the basis to create a form that displays all the fields of the table (or query). • Once you have created your form, you can view the records one record at a time. • The form has a navigation bar just like the navigation bar you have already used in the Table or Query Datasheet view.
  • 30. Create, preview, and navigate a report • You can create a report, which is a printed version of your data, that is formatted according to your specifications. • The data in the report can consist of data from a single table or multiple tables. • Access has a Reports Wizard that allows you to easily create a report. • The report can be based on a table or it can be based on a query. – If the report is based on a query, it will contain the same fields that were selected for the query