Introduction To Databases
Introduction To Databases
Databases
Welcome to the world of databases! This presentation will cover
what databases are. We will also learn why they're so important.
Finally, we will discuss the different types.
ct
by cham thathsarani
What is a Database?
Digital Filing Cabinet Structured Data Neat and Accessible
A database is like a digital filing Databases keep data neat and Instead of scattered papers,
cabinet. It stores and organizes lots accessible. Think of data like everything is kept neat. All the
of information. names and addresses. data is easily accessible.
Why are Databases Important?
1 Remember 2 Essential 3 Useful and Powerful
Information
Imagine Amazon without a
Modern apps need databases database, it would not Databases make apps more
to remember things. remember your orders. useful and powerful. They
store logins and track data.
Key Concept: Tables
Organized Data Rows and Columns Logical Organization
Databases are organized into Each row is a record, like one Tables help organize data in a
tables. Tables are like customer. Each column is an logical way. This helps for sorting
spreadsheets. attribute, like name. and searching.
Key Concept:
Relationships
2 SQL Language
Uses SQL to access and manage data. SQL is a
standard query language.
3 Reliable
Great for structured data and complex queries. Known
for their reliability.
Non-Relational
Databases (NoSQL)
Not Only SQL
"NoSQL" means "not only SQL". More flexible than
relational databases.
Different Ways
There are different ways to store data. NoSQL
databases use different methods.
High Scalability
Often used for high scalability. Good for handling
unstructured data quickly.
Relational vs. Non-Relational
Feature Relational (SQL) Non-Relational (NoSQL)