SQL with PostgreSQL for Beginners: Analyze | Manipulate Data
- Description
- Curriculum
- FAQ
- Reviews
SQL stands for Structured Query Language. It is one of the most in-demand tech skills in the world.
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 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 management 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
-
Using various Analytic Functions
-
1IntroductionVideo lesson
-
2What is SQLVideo lesson
-
3What is PostgreSQLVideo lesson
-
4PostgreSQL Minimum Installation RequirementsVideo lesson
-
5Installing PostgreSQL on WindowsVideo lesson
-
6Installing PostgreSQL on MacOSVideo lesson
-
7Installing PostgreSQL on LinuxVideo lesson
-
8Installing PgAmin on MacOSVideo lesson
-
9Installing PgAmin on LinuxVideo lesson
-
10Connecting to Database ServerVideo lesson
-
11Download Sample DatabaseVideo lesson
-
12Database ConceptsVideo lesson
-
13What is CRUDVideo lesson
-
14PostgreSQL Data TypesVideo lesson
-
15Create a Database with PgAmin4Video lesson
-
16Create a Table with PgAmin4Video lesson
-
17CREATE TABLE SQL StatementVideo lesson
-
18Unique ConstraintVideo lesson
-
19Inserting Data into TableVideo lesson
-
20Reading Data from all columns in a TableVideo lesson
-
21Reading Data from specific columns in a TableVideo lesson
-
22Updating existing database recordsVideo lesson
-
23deleting recordsVideo lesson
-
24Truncate and Drop TablesVideo lesson
-
45What are aggregate functionsVideo lesson
-
46AVG Aggregate FunctionsVideo lesson
-
47COUNT Aggregate FunctionsVideo lesson
-
48MAX Aggregate FunctionsVideo lesson
-
49MIN Aggregate FunctionsVideo lesson
-
50SUM Aggregate FunctionsVideo lesson
-
51GROUPING DataVideo lesson
-
52Filtering GroupsVideo lesson
External Links May Contain Affiliate Links read more