SQL Day 1
SQL Day 1
Structured Query
Language
Start Learning
@anushkapurwar
Uses of
SQL
C Create Create new data entries in databases.
CC R U D
Search for Removing a
Inserting a Updating a
specific customer who is
new customer customer's
customer’s no longer
or product. address
details. active.
@anushkapurwar
Applications of SQL
DATABASE?
Data is raw, unorganized facts that need to be processed.
A database is a collection of interconnected data that is used to efficiently
retrieve, insert, and delete data. Used to arrange data into tables, schemas,
views, and reports, among other things.
Types:
Relational Databases: Store data in tables with rows and columns, using
SQL for queries.
@anushkapurwar
Database
PLATFORMS
Popular open-source database, Developed by Microsoft and is
used for web applications and widely used in enterprise
supports SQL language for environments.
managing data.
@anushkapurwar