From 59c8a8184dabe4b5e1ce583d21abf7271e2bed9f Mon Sep 17 00:00:00 2001 From: Sivan Sakthivel <105803342+SivanSakthivel@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:28:55 +0530 Subject: [PATCH] Update set-operations@kOwhnSZBwIhIbIsoAXQ50.md (#7045) --- .../content/set-operations@kOwhnSZBwIhIbIsoAXQ50.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/postgresql-dba/content/set-operations@kOwhnSZBwIhIbIsoAXQ50.md b/src/data/roadmaps/postgresql-dba/content/set-operations@kOwhnSZBwIhIbIsoAXQ50.md index 770f88a90..27ddba034 100644 --- a/src/data/roadmaps/postgresql-dba/content/set-operations@kOwhnSZBwIhIbIsoAXQ50.md +++ b/src/data/roadmaps/postgresql-dba/content/set-operations@kOwhnSZBwIhIbIsoAXQ50.md @@ -6,4 +6,5 @@ Learn more from the following resources: - [@official@Combining Queries](https://www.postgresql.org/docs/current/queries-union.html) - [@article@PostgreSQL UNION Operator](https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-union/) -- [@article@PostgreSQL INTERSECT Operator](https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-intersect/) \ No newline at end of file +- [@article@PostgreSQL INTERSECT Operator](https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-intersect/) +- [@article@PostgreSQL EXCEPT Operator](https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-except/)