PostgreSQL
Basic Tutorial Section 1. Querying Data Select – show you how to query data from a single table. Column aliases – learn how to assign temporary names to columns or expressions within a query. Order By – guide you on how to sort the result set returned by a query. Select Distinct – show you how to remove duplicate rows from the result set. Section 2. Filtering Data Where – filter rows based on a specified condition. ...