This plan includes
- Limited free courses access
- Play & Pause Course Videos
- Video Recorded Lectures
- Learn on Mobile/PC/Tablet
- Quizzes and Real Projects
- Lifetime Course Certificate
- Email & Chat Support
What you'll learn?
- Using Real World PostgreSQL Database Airlines Database.
- Use Python Pandas to Analyze and visualize Postgres Data Output.
- SQL Test Your Self, SQL Challenges, SQL Final Exam and more
- Use Python to visualize Postgres Data Output and get your Conclusion about Data.
- Use SQL to create databases.
- Use Python bs4 & Pandas to Scrape a webpage, Analyze and visualize The Scraped Data.
- Use SQL to insert data into a table.
- Use SQL to Query & retrieve data from databases.
- Use SQL to Sort records after retrieving from databases.
- How & when to use Joins types in SQL.
- How to create and deal with Sub-queries in SQL.
- How to create and deal with common table expression in SQL.
- Use SQL to perform data analysis of real world databases
- Use SQL to perform advanced techniques to retrieve data from databases.
- Use Python with SQL Postgres database.
- Use Python to load Postgres Data Output file.
Course Overview
This course will make you SQL query expert it's a complete SQL boot camp and, You'll learn the skills you need to retrieve insightful data from a database. There are many test your self quizzes distributed over the course the course with detailed solutions so you to practice more and more . After completing this course and all of it's quizzes and the Final exam, you will be comfortable with using SQL & PostgreSQL in data analysis and data science by SQL Challenges and Final Exam and more
You will learn many tips and tricks in PostgreSQL to query data through the following Topics covered in this course:
Using Real World PostgreSQL Database Airlines Database.
-
What is a Database
-
SQL database for beginners.
-
Installing PostgreSQL database.
-
Creating Tables in database using SQL.
-
Drop table from SQL database
-
SELECT Statement use with SQL database data querying
-
WHERE Clause use with SQL database data querying
-
Operators used with Where clause in SQL database data querying .
-
AND & OR use with SQL database data querying
-
like use with SQL database data querying .
-
Filtering Operators use with SQL database data querying .
-
ORDER BY use with SQL database data querying .
-
LIMIT use with SQL database data querying .
-
DISTINCT use with SQL database data querying .
-
Renaming Column in SQL database.
-
Functions use with SQL database data querying .
-
GROUP BY & HAVING Clauses use with database data querying .
-
Aggregation Queries in SQL database.
-
CASE Clause use with database data querying .
-
Time & date data in SQL in database.
-
Table Joins in SQL database.
-
INNER and OUTER Joins in SQL database.
-
UNION, UNION ALL, INTERSECT and EXCEPT Clauses use with SQL database data querying.
-
Sub-queries use with SQL database data querying .
-
Correlated Sub queries use with SQL database data querying.
-
Window Functions for Analytics in SQL database.
-
Test Your Self SQL Quizzes distributed throughout this course.
-
Challenges for more SQL practice in this course.
-
Final Exam in SQL database data querying.
-
Using Python with SQL Postgres database.
-
Using Python to load Postgres Data Output file.
-
Using Python Pandas to Analyze and visualize Postgres Data Output.
Pre-requisites
- Computer and internet.
- No prior knowledge required for this course.
Target Audience
- Are you want to learn more about SQL, PostgreSQL, or data analysis using SQL?
- Are you want to learn SQL for data science?
- Are you welling to learn Python Pandas & Data Visualization?
- Are you ready for upcoming SQL interview questions?
- Use Python bs4 & Pandas to Scrape a webpage, Analyze and visualize The Scraped Data.
Curriculum 90 Lectures 05:30:57
-
Section 1 : Course Introduction
-
Section 2 : Beginner: PostgreSQL Downloading & Installing + Preparing Airlines Database
- Lecture 1 :
- PostgreSQL Downloading & Installing.
- Lecture 2 :
- Create Database.
- Lecture 3 :
- Restore Database.
- Lecture 4 :
- Test Your Self (1)
-
Section 3 : Beginner: Database Airlines Overview.
- Lecture 1 :
- Database Overview Part 1.
- Lecture 2 :
- Database Overview Part 2.
- Lecture 3 :
- SQL Data Types
-
Section 4 : Beginner: SQL Basics Part1.
- Lecture 1 :
- Select Statement
- Lecture 2 :
- Select Challenge Solution
- Lecture 3 :
- Select Statement For all Airlines Database Tables
- Lecture 4 :
- Distinct
-
Section 5 : Beginner: SQL Basics Part 2.
- Lecture 1 :
- Where Clause.
- Lecture 2 :
- Operators used with Where Clause.
- Lecture 3 :
- Where Clause + AND & Where Clause + OR.
- Lecture 4 :
- Where Clause + LIKE.
- Lecture 5 :
- (Where Clause + BETWEEN & IN) & AS.
-
Section 6 : Beginner: SQL Basics Part 3
- Lecture 1 :
- LIMIT & ORDER BY.
- Lecture 2 :
- FETCH vs LIMIT.
- Lecture 3 :
- NOT IN.
- Lecture 4 :
- ISNULL & IS NOT NULL.
- Lecture 5 :
- CAST.
- Lecture 6 :
- Test You Self (2)
-
Section 7 : SQL Basics Challenge.
- Lecture 1 :
- SQL Basics Challenge
-
Section 8 : Intermediate: SQL Aggregations.
- Lecture 1 :
- COUNT( ) Function, CREATE TABLE & INSERT INTO TABLE.
- Lecture 2 :
- SUM( ) Function.
- Lecture 3 :
- MIN( ) , MAX( ) & AVG( ) Functions.
- Lecture 4 :
- GROUP BY & HAVING.
- Lecture 5 :
- Test You Self (3)
-
Section 9 : SQL Aggregation Challenge!
- Lecture 1 :
- SQL Aggregation Challenge
-
Section 10 : Intermediate: SQL Conditional
- Lecture 1 :
- CASE
- Lecture 2 :
- NULLIF()
- Lecture 3 :
- COALESCE() Function in SQL
- Lecture 4 :
- Test You Self (4)
-
Section 11 : SQL Conditional Challenge!
- Lecture 1 :
- SQL Conditional Challenge
-
Section 12 : Intermediate: SQL Time Data management
- Lecture 1 :
- Overview of Time Functions in PostgreSQL
- Lecture 2 :
- TIMESTAMP EXTRACT()
- Lecture 3 :
- DATE_TRUNC() & DATE_PART()
- Lecture 4 :
- ::DATE IN PostgreSQL & CURRENT_DATE & now( )
-
Section 13 : Intermediate: SQL Joins
- Lecture 1 :
- INNER JOIN
- Lecture 2 :
- Joins Types
- Lecture 3 :
- LEFT OUTER JOIN
- Lecture 4 :
- Deep understanding of LEFT JOIN
- Lecture 5 :
- RIGHT OUTER JOIN
- Lecture 6 :
- FULL OUTER JOIN
- Lecture 7 :
- CROSS JOIN
- Lecture 8 :
- UNION, UNION ALL, INTERSECT & EXCEPT
- Lecture 9 :
- SELF JOIN
- Lecture 10 :
- USING
- Lecture 11 :
- NATURAL JOIN
- Lecture 12 :
- Test Your Self (5)
-
Section 14 : SQL JOINS Challenge.
- Lecture 1 :
- SQL JOINS Challenge
-
Section 15 : Intermediate: Sub-queries & Common Table Expression in SQL
- Lecture 1 :
- Sub-queries
- Lecture 2 :
- SQL Sub-query + EXISTS OR ANY OR ALL
- Lecture 3 :
- Common Table Expression
- Lecture 4 :
- Test You Self (6) with Solution
-
Section 16 : Sub-query Challenge
- Lecture 1 :
- SQL Sub-query & CTE Challenge.
-
Section 17 : Advanced: PostgreSQL Functions.
- Lecture 1 :
- Math Functions
- Lecture 2 :
- Window Functions OVER()
- Lecture 3 :
- Window Functions RANK() + OVER() & NTILE() + OVER()
- Lecture 4 :
- Window Functions OVER() + LEAD()
- Lecture 5 :
- Window Functions OVER() + LAG()
-
Section 18 : Advanced: Other SQL Functions
- Lecture 1 :
- GROUPING SETS(), ROLLUP(), CUBE()
- Lecture 2 :
- SELECT Statement + INTO & SELECT Statement + INTO + IN
- Lecture 3 :
- VIEW()
- Lecture 4 :
- Test Your Self (7) With Solution.
-
Section 19 : PostgreSQL String Functions.
- Lecture 1 :
- PostgreSQL POSITION Function.
- Lecture 2 :
- STRPOS() & REPLACE() in PostgreSQL.
- Lecture 3 :
- PostgreSQL LEFT(), RIGHT(), BTRIM() & SPLIT_PART() Functions.
- Lecture 4 :
- PostgreSQL CONCAT Function.
- Lecture 5 :
- PostgreSQL LOWER(), UPPER() & INITCAP() Functions.
- Lecture 6 :
- Test Your Self (8) solution With Solution.
-
Section 20 : Final Exam
- Lecture 1 :
- Final Exam.
- Lecture 2 :
- Final Exam Model Answers.
-
Section 21 : Python + PostgreSQL introduction.
- Lecture 1 :
- Python Download & Install
- Lecture 2 :
- Online jupyter lab
- Lecture 3 :
- Using CMD & Python pip.PyPi to Install Jupyter Lab & Pandas
- Lecture 4 :
- Jupyter Commands
- Lecture 5 :
- Using Python to load and querying PostgreSQL Database
- Lecture 6 :
- Runnig SQL Query Using Python Panadas Module
- Lecture 7 :
- Using Python Pandas Package to load PostgreSQL the Data Output file
-
Section 22 : Using Python Pandas in Data Analysis of PostgreSQL Data output.
- Lecture 1 :
- Data Analysis Process Overview.
- Lecture 2 :
- Pandas Methods.
- Lecture 3 :
- Pandas data visualization.
- Lecture 4 :
- Pandas Data Analysis.
- Lecture 5 :
- Sampling Error.
-
Section 23 : Scrape the Web & Saving Data to a Database.
- Lecture 1 :
- How to Scrape a website???
- Lecture 2 :
- Scrape a Table inside a Webpage using Pandas and LXML Python Modules!
- Lecture 3 :
- Visualization of the Scarped Data.
- Lecture 4 :
- Save The Scraped Data to a Database.
Our learners work at
Frequently Asked Questions
-
How do i access the course after purchase?
It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time. -
Are these video based online self-learning courses?
Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic. -
Can i play & pause the course as per my convenience?
Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on. -
How do i contact the instructor for any doubts or questions?
Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want. -
Do i need a pc to access the course or can i do it on mobile & tablet as well?
Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly. -
Do i get any certificate for the courses?
Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion. -
For how long can i access my course on the platform?
You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions. -
Is there any free trial?
Currently, we do not offer any free trial. -
Can i cancel anytime?
Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?
Instructor
6966 Course Views
13 Courses