Book Image

PostgreSQL 11 in 7 days [Video]

By : Daniel Scott
Book Image

PostgreSQL 11 in 7 days [Video]

By: Daniel Scott

Overview of this book

<p>Companies value their data; as a result, it's becoming more important for professionals to have technical knowledge of data management. PostgreSQL is by far one of the most popular and powerful SQL engines among other platforms such as MariaDB, MySQL, and SQL Server.</p> <p>PostgreSQL in 7 Days will help you unravel the potential of PostgreSQL in a short time. You will learn about relational databases to present usable and accurate data in tables with rows and columns in just a week. You also cover the latest features of PostgreSQL 11.</p> <p>By the end of the course, you will have an invaluable knowledge of both SQL and the PostgreSQL database engine.</p> <p><span id="description" class="sugar_field">All the code and supporting files for this course are available at: <a href="https://github.com/PacktPublishing/PostgreSQL-11-in-7-days" target="_new">https://github.com/PacktPublishing/PostgreSQL-11-in-7-days</a></span></p> <h1>Style and Approach</h1> <p>A comprehensive course packed with step-by-step instructions on how to use PostgreSQL in just a week. This course is divided into clear chunks so you can learn at your own pace and focus on your own area of interest.</p>
Table of Contents (7 chapters)
Chapter 2
Retrieve Data from Your PostgreSQL Database
Content Locked
Section 5
Insert Data into Tables, Update, and Delete Rows
You will gain more practice inserting data into tables, but more importantly learn how to update and delete rows of data as well. - Understand the syntax to update and delete table rows - Demo and practice using UPDATE and DELETE FROM in pgAdmin