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 6
Combine Data from Two Tables Using Joins
Content Locked
Section 4
PostgreSQL Aliases and the LIMIT Clause
As queries become more verbose, it’s important to learn methods to make queries more meaningful and easier to understand. One of the best solutions to this problem is PostgreSQL Aliases and the LIMIT clause. - Introduce the main topic and provide examples of the syntax - Demonstrate a use case of Aliases and LIMIT in pgAdmin