From ad8e0db7c248b24d2833c65db90b1b6225599903 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 07:46:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46e5acc..d4961ae 100644 --- a/README.md +++ b/README.md @@ -506,3 +506,5 @@ Following are some of the most commonly used constraints available in SQL − # SQL - Using Joins ⭕ +- The SQL 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.