Skip to content

Rithima-Reddy/Rethima-Reddy.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATABASE

data base logo

Contents

  • Introduction to Database
  • Advantages of DataBase
  • Disadvantages of DataBase

Introduction to database

A database is an organized collection of data, generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal design and modeling techniques.

data base logo

The database management system (DBMS) is the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS and the associated applications can be referred to as a "database system". Often the term "database" is also used to loosely refer to any of the DBMS, the database system or an application associated with the database.

data base logo

Computer scientists may classify database-management systems according to the database models that they support. Relational databases became dominant in the 1980s. These model data as rows and columns in a series of tables, and the vast majority use SQL for writing and querying data. In the 2000s, non-relational databases became popular, referred to as NoSQL because they use different query languages.

Advantages of DataBase

a. Reduced data redundancy
b. Reduced updating errors and increased consistency
c. Greater data integrity and independence from applications programs
d. Improved data access to users through use of host and query languages
e. Improved data security
f. Facilitated development of new applications program
g. Reduced data entry, storage, and retrieval costs

Disadvantages of DataBase

a. Database systems are complex, difficult, and time-consuming to design
b. Substantial hardware and software start-up costs
c. Damage to database affects virtually all applications programs
d. Extensive conversion costs in moving form a file-based system to a database system
e. Initial training required for all programmers and users

Refernces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors