Skip to main content
00:00/00:00
Lecture 5 of 39

Connect to the server with psql

Download Course (Free)

Course Content

0 / 39 completed
Section 1: Getting Started with PostgreSQL9 videos

Download and install PostgreSQL

6m

What is PostgreSQL

4m

Install PostgreSQL with Docker

5m

Connect to the server with psql

6mNow Playing

Browse the server with a graphical interface

5m

Connect pgAdmin to Docker

4m

Tour the pgAdmin interface

4m

Use pgAdmin’s toolset

6m

Create objects with pgAdmin's dialog workflows

5m
Section 2: Introduction1 videos

Manage relational data with PostgreSQL

1m
Section 3: An Introduction to Relational Databases6 videos

The structure of a database table

4m

PostgreSQL native data types

5m

Join tables together with relationships

2m

Create a table and insert rows of data

5m

Solution Create a table

5m

Challenge Create a table

1m
Section 4: Building a Database6 videos

Organize tables with schemas

6m

Create a table with pgAdmin

6m

Enforce referential integrity on related records

7m

Link primary and foreign keys

6m

Challenge Execute a command on the Postgres server

1m

Solution Execute a command on the Postgres server

5m
Section 5: Retrieving Information with Queries7 videos

Retrieve information with a SELECT query

5m

Import data from a CSV

4m

Helpful pgAdmin Query Tool interface elements

4m

Join tables for additional information

5m

Save a query as a database view

4m

Challenge Import data and write queries

1m

Solution Import data and write queries

6m
Section 6: Managing Data5 videos

Add indexes to a table

5m

Automatically fill in default values

4m

Constrain acceptable input values

5m

Challenge Add data constraints

1m

Solution Add data constraints

6m
Section 7: Database Administration in PostgreSQL4 videos

User accounts and roles

4m

Grant privileges to a role

5m

Start and stop the server

4m

Backup and restore a database

4m
Section 8: Conclusion1 videos

Next steps

1m