SlideShare a Scribd company logo
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.
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.
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.
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
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

What's hot

File system Os
File system OsFile system Os
File system Os
Nehal Naik
 
Data Science Across Data Sources with Apache Arrow
Data Science Across Data Sources with Apache ArrowData Science Across Data Sources with Apache Arrow
Data Science Across Data Sources with Apache Arrow
Databricks
 
Improve Data Protection and Compliance with UI-Level Logging and Masking
Improve Data Protection and Compliance with UI-Level Logging and MaskingImprove Data Protection and Compliance with UI-Level Logging and Masking
Improve Data Protection and Compliance with UI-Level Logging and Masking
Patric Dahse
 
SAP Router Installation with SNC
SAP Router Installation with SNCSAP Router Installation with SNC
SAP Router Installation with SNC
Gary Jackson MBCS
 
DBMS
DBMSDBMS
SAP Migration Overview
SAP Migration OverviewSAP Migration Overview
SAP Migration Overview
Sitaram Kotnis
 
Tools for data warehousing
Tools  for data warehousingTools  for data warehousing
Tools for data warehousing
Manju Rajput
 
Nfs
NfsNfs
SolMan CHARM Webinar
SolMan CHARM WebinarSolMan CHARM Webinar
SolMan CHARM Webinar
Wise Men
 
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS ArchitectureDistributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
Gyanmanjari Institute Of Technology
 
All your SAP passwords belong to us
All your SAP passwords belong to usAll your SAP passwords belong to us
All your SAP passwords belong to us
ERPScan
 
Sap bw4 hana
Sap bw4 hanaSap bw4 hana
Sap bw4 hana
Nisit Payungkorapin
 
DISTRIBUTED DATABASE WITH RECOVERY TECHNIQUES
DISTRIBUTED DATABASE WITH RECOVERY TECHNIQUESDISTRIBUTED DATABASE WITH RECOVERY TECHNIQUES
DISTRIBUTED DATABASE WITH RECOVERY TECHNIQUES
AAKANKSHA JAIN
 
DDBMS Paper with Solution
DDBMS Paper with SolutionDDBMS Paper with Solution
DDBMS Paper with Solution
Gyanmanjari Institute Of Technology
 
User Administration in Linux
User Administration in LinuxUser Administration in Linux
User Administration in Linux
SAMUEL OJO
 
SAP BASIS Daily Monitoring T - codes
SAP BASIS Daily Monitoring T - codesSAP BASIS Daily Monitoring T - codes
SAP BASIS Daily Monitoring T - codes
Jitendra Ahir
 
Map Reduce
Map ReduceMap Reduce
Map Reduce
Prashant Gupta
 
MongoDB
MongoDBMongoDB
Samba server
Samba serverSamba server
Samba server
Santosh Khadsare
 
Unified Connectivity (UCON) for SAP NetWeaver Overview
Unified Connectivity (UCON) for SAP NetWeaver OverviewUnified Connectivity (UCON) for SAP NetWeaver Overview
Unified Connectivity (UCON) for SAP NetWeaver Overview
SAP Technology
 

What's hot (20)

File system Os
File system OsFile system Os
File system Os
 
Data Science Across Data Sources with Apache Arrow
Data Science Across Data Sources with Apache ArrowData Science Across Data Sources with Apache Arrow
Data Science Across Data Sources with Apache Arrow
 
Improve Data Protection and Compliance with UI-Level Logging and Masking
Improve Data Protection and Compliance with UI-Level Logging and MaskingImprove Data Protection and Compliance with UI-Level Logging and Masking
Improve Data Protection and Compliance with UI-Level Logging and Masking
 
SAP Router Installation with SNC
SAP Router Installation with SNCSAP Router Installation with SNC
SAP Router Installation with SNC
 
DBMS
DBMSDBMS
DBMS
 
SAP Migration Overview
SAP Migration OverviewSAP Migration Overview
SAP Migration Overview
 
Tools for data warehousing
Tools  for data warehousingTools  for data warehousing
Tools for data warehousing
 
Nfs
NfsNfs
Nfs
 
SolMan CHARM Webinar
SolMan CHARM WebinarSolMan CHARM Webinar
SolMan CHARM Webinar
 
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS ArchitectureDistributed DBMS - Unit 3 - Distributed DBMS Architecture
Distributed DBMS - Unit 3 - Distributed DBMS Architecture
 
All your SAP passwords belong to us
All your SAP passwords belong to usAll your SAP passwords belong to us
All your SAP passwords belong to us
 
Sap bw4 hana
Sap bw4 hanaSap bw4 hana
Sap bw4 hana
 
DISTRIBUTED DATABASE WITH RECOVERY TECHNIQUES
DISTRIBUTED DATABASE WITH RECOVERY TECHNIQUESDISTRIBUTED DATABASE WITH RECOVERY TECHNIQUES
DISTRIBUTED DATABASE WITH RECOVERY TECHNIQUES
 
DDBMS Paper with Solution
DDBMS Paper with SolutionDDBMS Paper with Solution
DDBMS Paper with Solution
 
User Administration in Linux
User Administration in LinuxUser Administration in Linux
User Administration in Linux
 
SAP BASIS Daily Monitoring T - codes
SAP BASIS Daily Monitoring T - codesSAP BASIS Daily Monitoring T - codes
SAP BASIS Daily Monitoring T - codes
 
Map Reduce
Map ReduceMap Reduce
Map Reduce
 
MongoDB
MongoDBMongoDB
MongoDB
 
Samba server
Samba serverSamba server
Samba server
 
Unified Connectivity (UCON) for SAP NetWeaver Overview
Unified Connectivity (UCON) for SAP NetWeaver OverviewUnified Connectivity (UCON) for SAP NetWeaver Overview
Unified Connectivity (UCON) for SAP NetWeaver Overview
 

Viewers also liked

Mongodb Intro
Mongodb IntroMongodb Intro
Mongodb Intro
Ynon Perek
 
Sw3 pre4-3
Sw3 pre4-3Sw3 pre4-3
Sw3 pre4-3s1170140
 
Open Source Technology
Open Source TechnologyOpen Source Technology
Open Source Technology
priyadharshini murugan
 
Introduction to Mysql
Introduction to MysqlIntroduction to Mysql
Introduction to Mysql
Tushar Chauhan
 
Effective 15-minute presentations - Cheat Sheet
Effective 15-minute presentations - Cheat SheetEffective 15-minute presentations - Cheat Sheet
Effective 15-minute presentations - Cheat Sheet
Jan Schrage
 
Open source technology
Open source technologyOpen source technology
Open source technologyaparnaz1
 
FontShop - Typography
FontShop - TypographyFontShop - Typography
FontShop - TypographyPoppy Young
 
The Do's and Don'ts of Presentations
The Do's and Don'ts of Presentations The Do's and Don'ts of Presentations
The Do's and Don'ts of Presentations Cubicle Ninjas
 
Inside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source DatabaseInside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source Database
Mike Dirolf
 

Viewers also liked (9)

Mongodb Intro
Mongodb IntroMongodb Intro
Mongodb Intro
 
Sw3 pre4-3
Sw3 pre4-3Sw3 pre4-3
Sw3 pre4-3
 
Open Source Technology
Open Source TechnologyOpen Source Technology
Open Source Technology
 
Introduction to Mysql
Introduction to MysqlIntroduction to Mysql
Introduction to Mysql
 
Effective 15-minute presentations - Cheat Sheet
Effective 15-minute presentations - Cheat SheetEffective 15-minute presentations - Cheat Sheet
Effective 15-minute presentations - Cheat Sheet
 
Open source technology
Open source technologyOpen source technology
Open source technology
 
FontShop - Typography
FontShop - TypographyFontShop - Typography
FontShop - Typography
 
The Do's and Don'ts of Presentations
The Do's and Don'ts of Presentations The Do's and Don'ts of Presentations
The Do's and Don'ts of Presentations
 
Inside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source DatabaseInside MongoDB: the Internals of an Open-Source Database
Inside MongoDB: the Internals of an Open-Source Database
 

Similar to Open Source Database Management Software available on the Net

Database, Lecture-1.ppt
Database, Lecture-1.pptDatabase, Lecture-1.ppt
Database, Lecture-1.ppt
MatshushimaSumaya
 
Overview of dbms
Overview of dbmsOverview of dbms
Overview of dbms
Dabbal Singh Mahara
 
Dbms Useful PPT
Dbms Useful PPTDbms Useful PPT
Dbms Useful PPT
Krishna Bashyal
 
DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT
huma sh
 
Database Systems Lec 1.pptx
Database Systems Lec 1.pptxDatabase Systems Lec 1.pptx
Database Systems Lec 1.pptx
NishaTariq1
 
ppt on database management
ppt on database management ppt on database management
ppt on database management
sonveer singh baghel
 
Computer applications.pptx
Computer applications.pptxComputer applications.pptx
Computer applications.pptx
Emmanuel235416
 
Database assignment
Database assignmentDatabase assignment
Database assignment
HudiKhatib
 
Unit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptxUnit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptx
Nirmalavenkatachalam
 
DBMS PART 1.docx
DBMS PART 1.docxDBMS PART 1.docx
DBMS PART 1.docx
GudduKumar408051
 
DBMS Notes.pdf
DBMS Notes.pdfDBMS Notes.pdf
DBMS Notes.pdf
shubhampatel67739
 
Dbms unit 1
Dbms unit   1Dbms unit   1
Dbms unit 1
devineni66
 
Data concepts
Data conceptsData concepts
Data concepts
Sachidananda M H
 
Module 1 - Chapter1.pptx
Module 1 - Chapter1.pptxModule 1 - Chapter1.pptx
Module 1 - Chapter1.pptx
SoniaDevi15
 
File and data base management
File and data base managementFile and data base management
File and data base management
Asad Ahmed
 
Tahira I.T
Tahira I.TTahira I.T
Tahira I.T
Tahira Sultana
 
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
samiullahamjad06
 
History of Database
History  of DatabaseHistory  of Database
History of Database
Talesun Solar USA Ltd.
 
Database management systems
Database management systemsDatabase management systems
Database management systems
Joel Briza
 

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

Database, Lecture-1.ppt
Database, Lecture-1.pptDatabase, Lecture-1.ppt
Database, Lecture-1.ppt
 
Overview of dbms
Overview of dbmsOverview of dbms
Overview of dbms
 
Dbms Useful PPT
Dbms Useful PPTDbms Useful PPT
Dbms Useful PPT
 
DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT DATA RESOURCE MANAGEMENT
DATA RESOURCE MANAGEMENT
 
Database Systems Lec 1.pptx
Database Systems Lec 1.pptxDatabase Systems Lec 1.pptx
Database Systems Lec 1.pptx
 
ppt on database management
ppt on database management ppt on database management
ppt on database management
 
Computer applications.pptx
Computer applications.pptxComputer applications.pptx
Computer applications.pptx
 
Database assignment
Database assignmentDatabase assignment
Database assignment
 
Unit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptxUnit 2 DATABASE ESSENTIALS.pptx
Unit 2 DATABASE ESSENTIALS.pptx
 
DBMS PART 1.docx
DBMS PART 1.docxDBMS PART 1.docx
DBMS PART 1.docx
 
DBMS Notes.pdf
DBMS Notes.pdfDBMS Notes.pdf
DBMS Notes.pdf
 
Dbms unit 1
Dbms unit   1Dbms unit   1
Dbms unit 1
 
Data concepts
Data conceptsData concepts
Data concepts
 
Module 1 - Chapter1.pptx
Module 1 - Chapter1.pptxModule 1 - Chapter1.pptx
Module 1 - Chapter1.pptx
 
File and data base management
File and data base managementFile and data base management
File and data base management
 
Current trends in DBMS
Current trends in DBMSCurrent trends in DBMS
Current trends in DBMS
 
Tahira I.T
Tahira I.TTahira I.T
Tahira I.T
 
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
 
History of Database
History  of DatabaseHistory  of Database
History of Database
 
Database management systems
Database management systemsDatabase management systems
Database management systems
 

Recently uploaded

guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
TristanJasperRamos
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
ShahulHameed54211
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
Himani415946
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 

Recently uploaded (16)

guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 

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.
  • 4.
  • 5.
  • 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.
  • 13.
  • 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.
  • 16.
  • 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
  • 21.
  • 22.
  • 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.