0% found this document useful (0 votes)
15 views5 pages

Introduction Part 1-2

The document provides an overview of databases, defining data, databases, and Database Management Systems (DBMS). It discusses the advantages of using DBMS, including security, ease of use, durability, availability, and performance. Additionally, it outlines the types of databases, specifically relational and non-relational databases, along with examples of each type.

Uploaded by

Prachi More
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views5 pages

Introduction Part 1-2

The document provides an overview of databases, defining data, databases, and Database Management Systems (DBMS). It discusses the advantages of using DBMS, including security, ease of use, durability, availability, and performance. Additionally, it outlines the types of databases, specifically relational and non-relational databases, along with examples of each type.

Uploaded by

Prachi More
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

10/2/24, 6:51 PM Revolutionizing the Job Market | NxtWave

Introduction to Databases

Concepts in Focus
Data

Database

Database Management System(DBMS)

Advantages

Types of Databases

Relational Database

Non-Relational Database

Data

Any sort of information


that is stored is called
data.

Examples:

Messages &
multimedia on
WhatsApp

Products and orders


on Amazon

Contact details in
telephone directory,
etc.
https://learning.ccbp.in/course?c_id=5d03f5a4-a285-4e52-8a57-18f718c4859f&t_id=6b5cde2d-9f90-48c6-b262-2555c5d19e8e&s_id=3ae5cfe6-1… 1/5
10/2/24, 6:51 PM Revolutionizing the Job Market | NxtWave

Database

An organised collection of data is called a database.

Database Management System (DBMS)

A software that is used to easily store and access data from the database in a
secure way.

Advantages

Security: Data is stored & maintained securely.

Ease of Use: Provides simpler ways to create & update data at the rate it is
generated and updated respectively.

Durability and Availability: Durable and provides access to all the


clients at any point in time.

Performance: Quickly accessible to all the clients(applications and


stakeholders).

Types of Databases

There are different types of databases based on how we organize the data.

https://learning.ccbp.in/course?c_id=5d03f5a4-a285-4e52-8a57-18f718c4859f&t_id=6b5cde2d-9f90-48c6-b262-2555c5d19e8e&s_id=3ae5cfe6-1… 2/5
10/2/24, 6:51 PM Revolutionizing the Job Market | NxtWave

Relational Database

In relational databases,
the data is organised in
the form of tables.

Non-Relational Database

https://learning.ccbp.in/course?c_id=5d03f5a4-a285-4e52-8a57-18f718c4859f&t_id=6b5cde2d-9f90-48c6-b262-2555c5d19e8e&s_id=3ae5cfe6-1… 3/5
10/2/24, 6:51 PM Revolutionizing the Job Market | NxtWave

These
four types
are
commonly
referred as
non-
relational
databases.

Note

Choice of database depends on our requirements.

Relational database is the most commonly used database.

Relational DBMS

Relational DBMS is a DBMS designed specifically for relational databases.


Relational databases organise the data in the form of tables.

Examples: Oracle, PostgreSQL, MySQL, SQLite, SQL Server, IBM DB2, etc.

Non-Relational DBMS
https://learning.ccbp.in/course?c_id=5d03f5a4-a285-4e52-8a57-18f718c4859f&t_id=6b5cde2d-9f90-48c6-b262-2555c5d19e8e&s_id=3ae5cfe6-1… 4/5
10/2/24, 6:51 PM Revolutionizing the Job Market | NxtWave

Non-relational DBMS is a DBMS designed specifically for non-relational


databases. Non-relational databases store the data in a non-tabular form.

Examples: Elasticsearch, CouchDB, DynamoDB, MongoDB, Cassandra, Redis,


etc.

https://learning.ccbp.in/course?c_id=5d03f5a4-a285-4e52-8a57-18f718c4859f&t_id=6b5cde2d-9f90-48c6-b262-2555c5d19e8e&s_id=3ae5cfe6-1… 5/5

You might also like