From d700478a4bc19b13810ca20c04a8b3d0c0e42ac3 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:11:55 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1ff3559..8a6c539 100644 --- a/README.md +++ b/README.md @@ -608,3 +608,11 @@ There are different types of joins available in SQL − ## UNION + SELECT column1 [, column2 ] + FROM table1 [, table2 ] + [WHERE condition] + UNION + SELECT column1 [, column2 ] + FROM table1 [, table2 ] + [WHERE condition] +