0% found this document useful (0 votes)
11 views10 pages

Types of Databases: SQL vs NoSQL

Databases are organized collections of structured data that can be easily accessed and manipulated. They can store various types of information, including user authentication data and user-generated content from social media. This document focuses on two primary types of databases: relational (SQL) and non-relational (NoSQL).

Uploaded by

Shanavas Hussain
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)
11 views10 pages

Types of Databases: SQL vs NoSQL

Databases are organized collections of structured data that can be easily accessed and manipulated. They can store various types of information, including user authentication data and user-generated content from social media. This document focuses on two primary types of databases: relational (SQL) and non-relational (NoSQL).

Uploaded by

Shanavas Hussain
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

Databases are an organised collection of structured information or data that is easily

accessible and can be manipulated or analysed. That data can take many forms, such as
user authentication data (such as usernames and passwords), which are stored and
checked against when authenticating into an application or site (like TryHackMe, for
example), user-generated data on social media (Like Instagram and Facebook) where data
such as user posts, comments, likes etc are collected and stored, as well as information
such as watch history which is stored by streaming services such as Netflix and used to
generate recommendations.

Different Types of Databases

There are quite a few different types of databases that can be built, but for this introductory
room, we are going to focus on the two primary types: relational databases (aka SQL)
vs non-relational databases (aka NoSQL).

You might also like