0% found this document useful (0 votes)
6 views

SQL Day 1

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)
6 views

SQL Day 1

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/ 4

SQL

Structured Query
Language

Language used to communicate


with databases.

Retrieve, manipulate, and manage


data stored in a relational database
management system (RDBMS).

Queries are written to perform various


tasks such as inserting, updating,
deleting, or retrieving data from
tables in the database.

Start Learning

@anushkapurwar
Uses of

SQL
C Create Create new data entries in databases.

R Read Retrieving data from databases.

U Update Modifying existing data in databases.

D Delete Removing unwanted data from 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

E-commerce Banking Social Media Human


Websites Systems Platforms Resources
SQL helps in managing SQL is used to handle SQL manages user SQL is utilized to
product catalogs, financial transactions, profiles, posts, manage employee data,
inventory, and account management, and comments, and such as payroll,
processing fraud detection. interactions on benefits, and
transactions securely. platforms like Meta, X performance reviews.
and Instagram.

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.

NoSQL Databases: Flexible databases for unstructured


or semi-structured data, often used for big data and
real-time web applications.

@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.

Open-source database, highly NoSQL database, stores data in


extensible and customizable and a flexible, JSON-like format,
suitable for a wide range of and ideal for applications with
applications. rapidly changing data models.

Cloud-based data warehousing Created by Oracle Corporation,


platform, built for handling known for its scalability and
large volumes of data and reliability and preferred for
concurrent users, and it large-scale enterprise
separates storage and compute applications.
for cost efficiency.

@anushkapurwar

You might also like