
Check out my student Facebook Group...
It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...
Join Now!
https://www.facebook.com/groups/codemycom/
Download and install Postgres and Pgadmin by following the official sites, choose the latest version, and configure the Postgres superuser with a password, default port 5433, and data directory.
Launch pgAdmin, connect to the Postgres server with the postgres user, and create a database named my DB while exploring SQL basics.
Add data to a PostgreSQL table using import, manual entry, or SQL insert in PgAdmin, with automatic ID assignment and save data changes.
Learn how to use the PostgreSQL select statement to return all columns or specific fields from the public.customers table, and alias columns for clear reports.
Learn how to use order by in PostgreSQL with PgAdmin to sort query results by any column, choosing ascending or descending (ASC or DSC), and default to ascending when omitted.
Learn to insert data into a PostgreSQL table using insert into, targeting public.customers with first_name and last_name values. Use single quotes and understand auto-incremented IDs and basic error handling.
Learn how to use inner join to connect the customers and customer ages tables, select first name, last name, and age, and join on foreign key equals primary key.
Learn how to drop a table in PostgreSQL using both the graphical PgAdmin menu and the drop table command. Understand when to use delete cascade for related foreign keys.
Back up and restore PostgreSQL tables and databases using pgadmin. Save backups, restore data, and manage active sessions to complete changes smoothly.
In this course I'll teach you how to setup and use PostgreSQL databases with the PgAdmin 4 interface!
There's a reason why Postgres is so popular, find out why in this course!
You have many databases to choose from, and even many free databases to choose from. But Postgresql is constantly ranked a top database for everything from data analytics to basic web development - and everything in between.
Postgres is pretty easy to use! You'll be amazed at how quick and easy it is to dive in and get started!
In this course, you learn to:
Install pgAdmin and PostgreSQL
What Is A Database
pgAdmin Overview
Create Table Columns
Add Data To A Table
PostgreSQL Select Statements
PostgreSQL Where Clause
PostgreSQL Wildcards
PostgreSQL AND OR NOT
PostgreSQL Order By
PostgreSQL Insert Into
PostgreSQL Update
PostgreSQL Delete
PostgreSQL Limit
pgAdmin Menu Walkthru
PostgreSQL Foreign Keys
PostgreSQL Inner Join
PostgreSQL Join Where Hack
PostgreSQL Delete Table
PostgreSQL Import and Export Tables
PostgreSQL Backup and Restore Database
And More!
This course is perfect for anyone just starting out, you don't need any special skills or prior knowledge to take this course.
And as always, we offer a 100% money back guarantee if you aren't completely happy with the course. No questions asked!
My name is John Elder and I have nearly 40 courses here at udemy, with close to 45,000 students and over 105,000 enrollments. I've been writing code and developing neat things online for over 20 years and I'd love to teach you what I know!
What are you waiting for, let's learn some PostgreSQL database wizardry!
-John Elder
CEO Codemy. com