From 77a0e2b61f502b3870e73cf80cd566974564caa0 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:31:52 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 690c205..5ad085b 100644 --- a/README.md +++ b/README.md @@ -243,3 +243,7 @@ Following are some of the most commonly used constraints available in SQL − **Third Normal Form (3NF)** # Various Syntax in SQL 🚨 + +### SQL SELECT Statement + SELECT column1, column2....columnN + FROM table_name;