File Name: | Joining Data and using Triggers in PostgreSQL |
Content Source: | https://www.udemy.com/course/joining-data-and-using-triggers-in-postgresql |
Genre / Category: | Other Tutorials |
File Size : | 1.3 GB |
Publisher: | Bluelime Learning Solutions |
Updated and Published: | July 15, 2025 |
The PostgreSQL Joins clause is used to combine records from two or more tables in a database. A JOIN is a means for combining fields from two tables by using values common to each.
The main concept which is focusing on a join is that, two or more data sets, when joined, combined their columns into a new set of rows, including each of the columns requested from each of the data sets. All joins are standing on the foundation of Cartesian product. The Cartesian product is the set of all possible combinations between two data sets. A join creates a set of rows in a temporary table and works on two or more tables, and each table should at least one common field and must maintain a relation between the common fields. Join keeps the structure unchanged of the base tables.
Types of PostgreSQL JOIN
Cross Join
Inner Join
Left Outer Join
Right Outer Join
Full Outer Join
A PostgreSQL trigger is a function invoked automatically whenever an event associated with a table occurs. An event could be any of the following: INSERT, UPDATE, DELETE or TRUNCATE.
A trigger is a special user-defined function that binds to a table. To create a new trigger, you must define a trigger function first, and then bind this trigger function to a table. The difference between a trigger and a user-defined function is that a trigger is automatically invoked when an event occurs.
Who this course is for:
- SQL Beginners
- Anyone who wants to learn something new
DOWNLOAD LINK: Joining Data and using Triggers in PostgreSQL
FILEAXA.COM – is our main file storage service. We host all files there. You can join the FILEAXA.COM premium service to access our all files without any limation and fast download speed.