
Introduction to the course, to show you what we are going to discuss in the next section.
In this lecture you will understand what is relational databases and what is PostgreSQL.
Now we are going to install the download and install PostgreSQL database engine.
pgAdmin is a tool which will enable us to perform different tasks on the PostgreSQL database engine.
Now we are going to create a PostgreSQL instance on Amazon Web Services (AWS).
Summary of the section to remind you of the points we discussed in brief.
In this lecture you are going to learn how to create and drop PostgreSQL databases.
Now you will learn how to create users in PostgreSQL.
After we created users in the database, now it's time to see how to grant them privileges.
In this lecture you will understand what is a database schema and why developers use schema and how to create them.
Now it's time for an exercise to test your knowledge on what you have learned.
Summary of the section to remind you of the points we discussed in brief.
Introduction to section three.
In this lecture you are going to work with the most important database object which is the tables, think of tables as the heart of relational databases.
In this video we are going to explore some of the PostgreSQL datatypes.
Now it's time to discuses one of the most important concepts in relational database which is primary keys, you are going to learn how to create them in different ways.
Let's dive deeper in creating tables with applying constraints to the columns.
In this exercise you are going to build some of the tables for the human resources database.
In this lecture we are going to see how to create foreign keys and make relationships between tables.
In this exercise you will be asked to create a new called contains the previous experience of employees in case some employees had experience in the past.
This is an interesting lecture we are going to fill our tables with data using Import wizard feature in pgAdmin.
A small exercise on how to import data and continue fill our database with data samples.
We have an interesting lecture, we are going to see how to generate ERD and visually view database objects and track relationships.
Summary of the section to remind you of the points we discussed in brief.
In this bonus lecture we are going to see how to install the SQL Server.
For the full course follow the link in the resources or check my other courses.
In this bonus lecture we are going to install the Management Studio...The tool that will allow use to perform different tasks on the SQL Server database engine.
For the full course follow the link in the resources or check my other courses.
In this bonus lecture you will learn how to create a SQL Server database instance on Microsoft Azure.
For the full course follow the link in the resources or check my other courses.
Welcome to Learn The Basics of PostgreSQL course, The practical guide to learn the basics of PostgreSQL and pgAdmin.
PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
Learning PostgreSQL is one of the best ways to boost your career! As it is getting popular each day and many giant companies are using PostgreSQL as a relational database.
This course will start with you from zero level experience in PostgreSQL and relational databases, starting to level up as we are going through the course. explaining all the questions you maybe asking yourself such as
What is a PostgreSQL? what is relational database? what is a cloud database?
This course will guide you how to install PostgreSQL on a local machine step by step and even how to create your own cloud databases on the one of the most required cloud services providers in the market...Amazon Web Services (AWS).
You will learn what is meant by concepts like DBaaS and Amazon Relational Database Service (RDS)
Some of the points we will be covering :
How to install the PostgreSQL.
How to install and use pgAdmin.
Create databases with PostgreSQL.
Understand what is schema and how to create a schema.
How create tables using SQL script.
How to create tables using pgAdmin.
Use different datatypes available in PostgreSQL.
How to create views.
Understand what does DBaaS mean.
You will learn how to create users to access your database based on specific permissions you gave them.
How to create different constraints.
Create primary keys in PostgreSQL.
Create foreign keys in PostgreSQL.
How to import a bulk of data in and out of your database.
Generate Entity Relationship Diagram (ERD) using another powerful tool called DbVisualizer.
Give your CV a huge boost by learning PostgreSQL...do not hesitate enrolling.