Course Information
Course Overview
Learn SQL from scratch and become an expert
SQL is a standard language for accessing and manipulating databases.
SQL is one of the most in-demand tech skill used across many industries.
What is SQL?
SQL stands for Structured Query Language
What Can SQL do?
SQL lets you access and manipulate databases
SQL can execute queries against a database
SQL can retrieve data from a database
SQL can insert records in a database
SQL can update records in a database
SQL can delete records from a database
SQL can create new databases
SQL can create new tables in a database
SQL can create stored procedures in a database
SQL can create views in a database
SQL can filter data returned from a database
SQL can sort data returned by a database.
SQL can be used to truncate and drop tables.
PostgreSQL is a powerful, open source object-relational database system.
PostgreSQL is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying.
PostgreSQL is a highly stable database backed by more than 20 years of development by the open-source community.
PostgreSQL is used as a primary database for many web applications as well as mobile and analytics applications.
What You Will Learn
Perform CRUD Operations
PostgreSQL Database Objects
Database Concepts
Creating a database using PostgreSQL GUI
Creating tables with PostgreSQL GUI and SQL Commands
Inserting Data into tables
Query and read data stored inside a table
Filter and Sort data from a table
Using Sub query to retrieve data
Updating existing data stored inside a database
Query and eliminate duplicate records
Deleting records stored inside database
Truncating a database table
Dropping a database table
Implementing Stored Procedure
Joining and querying data from multiple tables
Using various aggregate functions and grouping data
Using various Operators to query data
Creating views
Using various Analytic Functions
Course Content
- 9 section(s)
- 82 lecture(s)
- Section 1 Introduction and Setup
- Section 2 PostgreSQL Database Objects
- Section 3 Creating Databases and Tables with PostgreSQL & SQL
- Section 4 PostgreSQL & SQL : Retrieving Updating,Deleting Data from a Table
- Section 5 Table Joins using SQL and PostgreSQL
- Section 6 Aggregate Functions and Grouping Data
- Section 7 PostgreSQL and SQL Operators
- Section 8 PostgreSQL Views
- Section 9 PostgreSQL Analytic Functions
What You’ll Learn
- Understand PostgreSQL Database Objects
- Perform CRUD Operations
- Creating a database using PostgreSQL GUI
- Creating tables with PostgreSQL GUI and SQL Commands
- Use SQL to insert records in a database
- Use SQL to execute queries against a database
- Use SQL to retrieve data from a database
- Use SQL to update records in a database
- Use SQL to delete records from a database
- Use SQL to create stored procedures in a database
- Use SQL to create views in a database
- Use SQL to filter and sort data returned from a database
- Query and eliminate duplicate records
- Joining and querying data from multiple tables
- Using various aggregate functions and grouping data
- Using various Operators to query data
- Using various Analytic Functions
Skills covered in this course
Reviews
-
CChaitra
hmm yes am new and getting insight of sql was pretty good
-
UUtkarsh Jha
I have easily understood the concept of SQL. Along with that I also learnt Postgre as it's trending in today's world
-
DDuong Thuc Anh (Leah) Nguyen
Very comprehensive course with clear guidance for both getting familiar with SQL syntax and PostgreSQL software usage. Totally love it!
-
AAlessandro Patanè
Most of the lessons are way too short and the explainations are approximative, without a proper number of meaningful examples. Even the order of the videos itself could be improved into something that makes more sense, and the act of splitting every single little piece of information in a different video creates a lot of wasted time (for every "hello and welcome, in this video we will" and "in this video we did... goodbye for now") and is a wasted opportunity for making comparisons and avoid repetitions - for example: the last two video about the LAG() and LEAD() should had been merged into one.