SQL_Course_Intro
SQL_Course_Intro
Course
Beginners to Advance
level
NOTES: All datasets, scripts, SQL queries, PPT etc will be attached to the class page &
also shared in telegram group.
FORMAT: We start from scratch, and I explain each concept and solve SQL queries
covering each concept.
EXPECTATIONS: Feel free to stop me and ask questions and request for repetition if
something is not clear.
GROUP: You can also post questions in telegram group. Feel free to use the telegram
group for internal discussions related to the course.
Ask questions!!!
Data
• Anything & Everything can be considered as data.
• Any information or fact can be considered as data.
• For an insurance company, details related to its
employees, customers, their products or even
their address can be data.
• Data can be in any form such as a text message or
an image or a video or a document or single
character itself.
Databas
e • Container which is filled with data or information
which is electronically stored in a computer system.
• Data in any form can be stored in the database.
• All companies use some sort of database to store
their data.
• Purpose of storing data in the database is:
Easily Accessed
Modified
Protected
Analyzed
RDBMS
vs
Databas
e
SQL
• Structured Query Language (SQL). Also referred to as
“SEQUEL”
• SQL is a programming language used to interact with
Relational Database Management System.
• SQL is primarily used in RDBMS.
• All major RDBMS like Oracle, MySQL, MSSQL, PostgreSQL
etc use SQL.
• Using SQL, you can:
Read data from a RDBMS
Write data into a RDBMS
Create, modify or delete database
Analyze data
Build reports
How • In RDBMS, data is stored in
data is multiple tables.
Questions?