SlideShare a Scribd company logo
2
Most read
3
Most read
6
Most read
OOppeenn SSoouurrccee DDaattaabbaassee 
MMaannaaggeemmeenntt SSooffttwwaarree 
aavvaaiillaabbllee oonn tthhee NNeett 
UUmmeesshhaa NNaaiikk 
aanndd 
PPrrooff.. DD SShhiivvaalliinnggaaiiaahh 
Department of Studies in Library and Information 
Science, Mangalore University, Mangalore -574 199, 
Karnataka, India 
umeshai@yahoo.com d_shivaling@yahoo.com
IInnttrroodduuccttiioonn 
Online databases are organized collections of 
computerized information or data such as 
periodical articles, books, graphics and 
multimedia that can be searched to retrieve 
information. Databases can be general or 
subject oriented with bibliographic citations, 
abstracts, and or full text. Online databases 
that are retrieved on the World Wide Web are 
generally non-fee based, lack in-depth 
indexing, and do not index proprietary 
resources.
IInnttrroodduuccttiioonn 
Databases are programs that store 
information that needs to be accessed and 
reproduced in many different ways. Database 
is a structured collection of records or data 
that is stored in a computer system. The 
structure is achieved by organizing the data 
according to a database model. The model in 
most common use today is the relational 
model. Other models such as the hierarchical 
model and the network model use a more 
explicit representation of relationships.
Open Source Database Management Software available on the Net
Open Source Database Management Software available on the Net
Database MMaannaaggeemmeenntt SSyysstteemm 
((DDBBMMSS)) 
A DBMS is a set of software programs that controls 
the organization, storage, management, and retrieval 
of data in a database. DBMS are categorized 
according to their data structures or types. It is a set 
of prewritten programs that are used to store, 
update and retrieve a Database. The DBMS accepts 
requests for data from the application program and 
instructs the operating system to transfer the 
appropriate data. When a DBMS is used, information 
systems can be changed much more easily as the 
organization's information requirements change. 
New categories of data can be added to the database 
without disruption to the existing system.
History of Database Systems 
β€’ 1940's, 50's Initial use of computers as 
calculators. Limited data focus on 
algorithms. Science, military applications 
β€’ 1960's Business uses. Organizational data, 
customer data, sales, inventory, 
accounting, etc. File system based, high 
emphasis on applications programs to 
extract and assimilate data. Larger 
amounts of data, relatively simple 
calculations 
β€’ 1970's The relational model. Data separated 
into individual tables. Related by keys. 
Initially required heavy system resources. 
Examples: Oracle, Sybase, Informix, IBM 
DB2
History of Database Systems 
β€’ 1980's Microcomputers - the IBM PC, Apple 
Macintosh. Database program such as 
DBase, Paradox, FoxPro, MS Access. 
Individual user can create, maintain small 
databases 
β€’ Late- 1980's Local area networks. 
Workgroups sharing resources such as 
files, printers, e-mail 
β€’ Client/Server Database resides on a central 
server, applications programs run on client 
PCs attached to the server over a LAN 
β€’ 1990's Internet and World Wide Web make 
databases of all kinds available from a 
single type of client - the Web Browser
SSttrruuccttuurree ooff ddaattaabbaasseess 
β€’ Understanding the structure of a database 
will help you locate and retrieve information 
more efficiently. 
β€’ The information about each item in a 
database is called a record. For example, the 
Library Catalog has a record for each item 
(each book, journal, newspaper, video, map, 
etc.) located in the library. 
β€’ A record is composed of individual elements 
of information called fields. All the records in 
a given database are composed of a common 
set of fields. These fields can be used as 
access points when searching a database.
Types of databases 
β€’ Bibliographic databases - provide citations 
(a listing of information about the item), and 
sometimes include abstracts (summaries) 
or descriptions of the items. 
β€’ Full-text databases - contain the full text of 
a work. 
β€’ Numeric databases - provide mostly 
numeric data (numbers) such as statistics 
or financial data.
Types of databases 
β€’ Image databases - could include art prints, 
photos, animations, and other types of 
images 
β€’ Audio/Video databases - could include 
audio clips of sound effects and music 
samples or video excerpts from speeches, 
television shows, or other broadcast 
media. 
β€’ Mixed databases - combine two or more of 
the other database types.
Evolution of the database technology 
During the past three decades, the database 
technology for information systems has 
undergone four generations of evolution. The 
transition from one generation to the next has 
always been necessitated by the ever-increasing 
complexity of database applications and the cost 
of implementing, maintaining, and extending 
these applications. The first generation was file 
system, such as ISAM and VSAM. The second 
generation was hierarchical database systems, 
such as IMS and System 2000. The third 
generation was CODASYL database systems, 
such as IDS, TOTAL, ADABAS, IDMS, etc.
Open Source Database Management Software available on the Net
RDBMS 
A RDBMS is a DBMS that is based on the 
relational model as introduced by E. F. Codd. 
A RDBMS may be a DBMS in which data is 
stored in the form of tables and the 
relationship among the data is also stored in 
the form of tables. Relational Database is a 
database that groups of data using common 
attributes found in the data set. The resulting 
"clumps" of organized data are much easier 
for people to understand. The software used 
to do this grouping is called a RDBMS. The 
term "relational database" often refers to this 
type of software.
RDBMS 
DBMS is computer software that manages 
databases. DBMS may use any of a variety of 
database models, such as the network model 
or relational model. In large systems, a 
DBMS allows users and other software to 
store and retrieve data in a structured way. A 
DBMS is a computer program (or more 
typically, a suite of them) designed to 
manage a database, a large set of structured 
data, and run operations on the data 
requested by numerous users.
Open Source Database Management Software available on the Net
Web Database 
A web database is a data store or information 
repository that can be accessed via a query 
language or on application program. Unlike 
conventional database systems a web 
database access is not typically performed 
using queries typed at a command line or 
through custom designed programming 
interfaces. Web databases are accessed via 
other Web applications; especially forms that 
are developed using standardized HTML tags. 
HTML form interfaces enable is to create 
applications that integrate database 
functionality and provide access to 
organizational data repositories on behalf of 
Web clients.
Web Database 
A web database is designed for: 
β€’better management of large document-based 
information repositories to internal and/or 
external users of the information. 
β€’better use of legacy database systems, the 
information they contain, and existing 
applications.
Web Database 
β€’unlocking the potential of unused information 
held within organizational databases. 
Information from databases within various 
parts of an organization, such as information 
relating to finance, human resources, project 
management etc, can be consolidated using 
Web-based applications and served to users 
as though it is available from a single source. 
β€’extending the functionality of the Web server 
so that the information is made available to 
internal and external users
The three-tier arc hitecture model of a web database application
Open Source Database Management Software available on the Net
Open Source Database Management Software available on the Net
Conclusion 
Advancement of Web technologies over the 
last decade has moved the database 
technology from close doors to outdoors. 
Presently most of the websites require some 
basic level support at the backend through 
the databases. This process is also known as 
publishing database content through a Web 
server. The most basic feature a DBMS has is 
the underlying data schema.
Conclusion 
This paper discusses the advantages of open 
source DBMS software and its availability, 
use, features, supporting interfaces, type of 
software. It is suggested that a database 
website offers many advantages over one 
built from static HTML pages. These include a 
consistency of style and content, the ability 
to present different views of the same data, 
devolved editing and enhanced security.

More Related Content

PPTX
Encoder
PPTX
National_Income_Concepts_Presentation: Meaning, Measures
PPTX
Determinants_of_Economic_Growth_and_Development
PDF
Python Fundamentals Class 11
PPTX
Python | What is Python | History of Python | Python Tutorial
PDF
BCD to Decimal - Digital Electronics
PPT
Python ppt
PPTX
Input and Output In C Language
Encoder
National_Income_Concepts_Presentation: Meaning, Measures
Determinants_of_Economic_Growth_and_Development
Python Fundamentals Class 11
Python | What is Python | History of Python | Python Tutorial
BCD to Decimal - Digital Electronics
Python ppt
Input and Output In C Language

What's hot (20)

PPTX
Binary addition and subtraction
PPT
Basics of C programming
PPTX
Register in Digital Logic
PPTX
Neoclassical theory of investment .pptx
PPTX
Dynamic memory allocation
Β 
PPTX
Ebcdic code 24 1
PDF
Public Expenditure and Economic Growth in Chhattisgarh State An Analytical Study
Β 
PPT
Ascii codes
PPSX
IS Curve
PPTX
Introduction to C Programming
PPT
Digital Logic & Design (DLD) presentation
PPTX
Basic Python Programming: Part 01 and Part 02
PPTX
Python programming
PPTX
Econ452 Learning Unit 07 - 2020 fall
PPTX
Presentation on python
PPT
Compiler Construction introduction
PPT
13 Boolean Algebra
PPTX
Estimation of beta & it s significance
PPTX
Python-00 | Introduction and installing
PPT
MUNDELL FLEMING MODEL
Binary addition and subtraction
Basics of C programming
Register in Digital Logic
Neoclassical theory of investment .pptx
Dynamic memory allocation
Β 
Ebcdic code 24 1
Public Expenditure and Economic Growth in Chhattisgarh State An Analytical Study
Β 
Ascii codes
IS Curve
Introduction to C Programming
Digital Logic & Design (DLD) presentation
Basic Python Programming: Part 01 and Part 02
Python programming
Econ452 Learning Unit 07 - 2020 fall
Presentation on python
Compiler Construction introduction
13 Boolean Algebra
Estimation of beta & it s significance
Python-00 | Introduction and installing
MUNDELL FLEMING MODEL
Ad

Viewers also liked (9)

PDF
Mongodb Intro
ODP
Sw3 pre4-3
PPT
Open Source Technology
PPS
Introduction to Mysql
ODT
Effective 15-minute presentations - Cheat Sheet
PPT
Open source technology
PDF
FontShop - Typography
PPTX
The Do's and Don'ts of Presentations
PDF
Inside MongoDB: the Internals of an Open-Source Database
Mongodb Intro
Sw3 pre4-3
Open Source Technology
Introduction to Mysql
Effective 15-minute presentations - Cheat Sheet
Open source technology
FontShop - Typography
The Do's and Don'ts of Presentations
Inside MongoDB: the Internals of an Open-Source Database
Ad

Similar to Open Source Database Management Software available on the Net (20)

PPTX
DBMS basics and normalizations unit.pptx
DOCX
data base system to new data science lerne
DOCX
DBMS PART 1.docx
PPTX
dbms introduction.pptx
PDF
Lecture#5
DOCX
Database management system
PPT
En ch01
DOCX
jose rizal
PDF
DBMS Notes.pdf
DOCX
Database
PPTX
Dbms and it infrastructure
DOC
Database Management System
PPT
Mis assignment (database)
PPTX
Unit1 DBMS Introduction
PPT
Database systems introduction
PPT
Chapter01
PPT
Ena ch01
PPT
Ena ch01
PPT
Database and Database Management (DBM): Health Informatics
PPTX
Database management system
DBMS basics and normalizations unit.pptx
data base system to new data science lerne
DBMS PART 1.docx
dbms introduction.pptx
Lecture#5
Database management system
En ch01
jose rizal
DBMS Notes.pdf
Database
Dbms and it infrastructure
Database Management System
Mis assignment (database)
Unit1 DBMS Introduction
Database systems introduction
Chapter01
Ena ch01
Ena ch01
Database and Database Management (DBM): Health Informatics
Database management system

Recently uploaded (20)

PDF
WebRTC in SignalWire - troubleshooting media negotiation
PDF
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
PPTX
Funds Management Learning Material for Beg
PDF
The Internet -By the Numbers, Sri Lanka Edition
Β 
DOCX
Unit-3 cyber security network security of internet system
PDF
Tenda Login Guide: Access Your Router in 5 Easy Steps
PDF
Testing WebRTC applications at scale.pdf
PDF
SASE Traffic Flow - ZTNA Connector-1.pdf
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PPTX
SAP Ariba Sourcing PPT for learning material
PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PDF
APNIC Update, presented at PHNOG 2025 by Shane Hermoso
Β 
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PPTX
QR Codes Qr codecodecodecodecocodedecodecode
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PDF
Sims 4 Historia para lo sims 4 para jugar
PPTX
Internet___Basics___Styled_ presentation
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PDF
Triggering QUIC, presented by Geoff Huston at IETF 123
Β 
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
WebRTC in SignalWire - troubleshooting media negotiation
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
Funds Management Learning Material for Beg
The Internet -By the Numbers, Sri Lanka Edition
Β 
Unit-3 cyber security network security of internet system
Tenda Login Guide: Access Your Router in 5 Easy Steps
Testing WebRTC applications at scale.pdf
SASE Traffic Flow - ZTNA Connector-1.pdf
Slides PPTX World Game (s) Eco Economic Epochs.pptx
SAP Ariba Sourcing PPT for learning material
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
APNIC Update, presented at PHNOG 2025 by Shane Hermoso
Β 
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
QR Codes Qr codecodecodecodecocodedecodecode
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
Sims 4 Historia para lo sims 4 para jugar
Internet___Basics___Styled_ presentation
PptxGenJS_Demo_Chart_20250317130215833.pptx
Triggering QUIC, presented by Geoff Huston at IETF 123
Β 
Design_with_Watersergyerge45hrbgre4top (1).ppt

Open Source Database Management Software available on the Net

  • 1. OOppeenn SSoouurrccee DDaattaabbaassee MMaannaaggeemmeenntt SSooffttwwaarree aavvaaiillaabbllee oonn tthhee NNeett UUmmeesshhaa NNaaiikk aanndd PPrrooff.. DD SShhiivvaalliinnggaaiiaahh Department of Studies in Library and Information Science, Mangalore University, Mangalore -574 199, Karnataka, India umeshai@yahoo.com d_shivaling@yahoo.com
  • 2. IInnttrroodduuccttiioonn Online databases are organized collections of computerized information or data such as periodical articles, books, graphics and multimedia that can be searched to retrieve information. Databases can be general or subject oriented with bibliographic citations, abstracts, and or full text. Online databases that are retrieved on the World Wide Web are generally non-fee based, lack in-depth indexing, and do not index proprietary resources.
  • 3. IInnttrroodduuccttiioonn Databases are programs that store information that needs to be accessed and reproduced in many different ways. Database is a structured collection of records or data that is stored in a computer system. The structure is achieved by organizing the data according to a database model. The model in most common use today is the relational model. Other models such as the hierarchical model and the network model use a more explicit representation of relationships.
  • 6. Database MMaannaaggeemmeenntt SSyysstteemm ((DDBBMMSS)) A DBMS is a set of software programs that controls the organization, storage, management, and retrieval of data in a database. DBMS are categorized according to their data structures or types. It is a set of prewritten programs that are used to store, update and retrieve a Database. The DBMS accepts requests for data from the application program and instructs the operating system to transfer the appropriate data. When a DBMS is used, information systems can be changed much more easily as the organization's information requirements change. New categories of data can be added to the database without disruption to the existing system.
  • 7. History of Database Systems β€’ 1940's, 50's Initial use of computers as calculators. Limited data focus on algorithms. Science, military applications β€’ 1960's Business uses. Organizational data, customer data, sales, inventory, accounting, etc. File system based, high emphasis on applications programs to extract and assimilate data. Larger amounts of data, relatively simple calculations β€’ 1970's The relational model. Data separated into individual tables. Related by keys. Initially required heavy system resources. Examples: Oracle, Sybase, Informix, IBM DB2
  • 8. History of Database Systems β€’ 1980's Microcomputers - the IBM PC, Apple Macintosh. Database program such as DBase, Paradox, FoxPro, MS Access. Individual user can create, maintain small databases β€’ Late- 1980's Local area networks. Workgroups sharing resources such as files, printers, e-mail β€’ Client/Server Database resides on a central server, applications programs run on client PCs attached to the server over a LAN β€’ 1990's Internet and World Wide Web make databases of all kinds available from a single type of client - the Web Browser
  • 9. SSttrruuccttuurree ooff ddaattaabbaasseess β€’ Understanding the structure of a database will help you locate and retrieve information more efficiently. β€’ The information about each item in a database is called a record. For example, the Library Catalog has a record for each item (each book, journal, newspaper, video, map, etc.) located in the library. β€’ A record is composed of individual elements of information called fields. All the records in a given database are composed of a common set of fields. These fields can be used as access points when searching a database.
  • 10. Types of databases β€’ Bibliographic databases - provide citations (a listing of information about the item), and sometimes include abstracts (summaries) or descriptions of the items. β€’ Full-text databases - contain the full text of a work. β€’ Numeric databases - provide mostly numeric data (numbers) such as statistics or financial data.
  • 11. Types of databases β€’ Image databases - could include art prints, photos, animations, and other types of images β€’ Audio/Video databases - could include audio clips of sound effects and music samples or video excerpts from speeches, television shows, or other broadcast media. β€’ Mixed databases - combine two or more of the other database types.
  • 12. Evolution of the database technology During the past three decades, the database technology for information systems has undergone four generations of evolution. The transition from one generation to the next has always been necessitated by the ever-increasing complexity of database applications and the cost of implementing, maintaining, and extending these applications. The first generation was file system, such as ISAM and VSAM. The second generation was hierarchical database systems, such as IMS and System 2000. The third generation was CODASYL database systems, such as IDS, TOTAL, ADABAS, IDMS, etc.
  • 14. RDBMS A RDBMS is a DBMS that is based on the relational model as introduced by E. F. Codd. A RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables. Relational Database is a database that groups of data using common attributes found in the data set. The resulting "clumps" of organized data are much easier for people to understand. The software used to do this grouping is called a RDBMS. The term "relational database" often refers to this type of software.
  • 15. RDBMS DBMS is computer software that manages databases. DBMS may use any of a variety of database models, such as the network model or relational model. In large systems, a DBMS allows users and other software to store and retrieve data in a structured way. A DBMS is a computer program (or more typically, a suite of them) designed to manage a database, a large set of structured data, and run operations on the data requested by numerous users.
  • 17. Web Database A web database is a data store or information repository that can be accessed via a query language or on application program. Unlike conventional database systems a web database access is not typically performed using queries typed at a command line or through custom designed programming interfaces. Web databases are accessed via other Web applications; especially forms that are developed using standardized HTML tags. HTML form interfaces enable is to create applications that integrate database functionality and provide access to organizational data repositories on behalf of Web clients.
  • 18. Web Database A web database is designed for: β€’better management of large document-based information repositories to internal and/or external users of the information. β€’better use of legacy database systems, the information they contain, and existing applications.
  • 19. Web Database β€’unlocking the potential of unused information held within organizational databases. Information from databases within various parts of an organization, such as information relating to finance, human resources, project management etc, can be consolidated using Web-based applications and served to users as though it is available from a single source. β€’extending the functionality of the Web server so that the information is made available to internal and external users
  • 20. The three-tier arc hitecture model of a web database application
  • 23. Conclusion Advancement of Web technologies over the last decade has moved the database technology from close doors to outdoors. Presently most of the websites require some basic level support at the backend through the databases. This process is also known as publishing database content through a Web server. The most basic feature a DBMS has is the underlying data schema.
  • 24. Conclusion This paper discusses the advantages of open source DBMS software and its availability, use, features, supporting interfaces, type of software. It is suggested that a database website offers many advantages over one built from static HTML pages. These include a consistency of style and content, the ability to present different views of the same data, devolved editing and enhanced security.