Intro_DB
Intro_DB
to
Databases
Presented By:
Nabin Mahanty (024142010010)
Content
1. What is Data
2. What is Information
3. What is Database
4. Why Databases
5. Types of Databases
6. Table in Database
7. SQL
8. SQL Operators
9. Key in Databases
3 Introduction To Database
What is
Data
Data is a collection of raw facts, figures, or statistics that can be processed to generate
meaningful information.
What is Information
👉 Information is processed, organized, or
structured data that is meaningful and useful for
decision-making.
📌 Example:
Database Example
Relational Database
Object-Oriented Database
NoSQL Database
Cloud Database
Network Database
Graph Database
8 Introduction To Database
A table is the basic structure in a 🔗 Foreign Key – Links one table to another for relationships.
database that stores data in rows and
columns, making it organized and easy 📁 Structured Storage – Data is stored in a tabular format for
to manage. efficiency.
Example
A Student table might have columns like
Student_ID, Name, Age, and Course.
9 Introduction To Database
SQL
Operato
rs
Arithmetic Operators – Perform Logical Operators – Combine multiple
Comparison Operators –
mathematical operations conditions
Compare two values and return
+ (Addition), TRUE/FALSE
AND (All conditions must be true),
Uniquely identifies each record Links one table to another by All possible columns that can
in a table. referring to the primary key in qualify as a primary key.
the related table.
Any combination of columns that Candidate keys that are not A combination of two or more
can uniquely identify a record. chosen as the primary key. columns used together as a
primary key.
12 Introduction To Database
Thank You