From 654df4182562f9643d5ee6d0102502d73ec54120 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:15:47 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb52670..5c98f8a 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,6 @@ These components are − ## DML - Data Manipulation Language 😀 -### SELECT -- Retrieves certain records from one or more tables. - ### INSERT - Creates a record. @@ -120,3 +117,7 @@ These components are − ### SAVEPOINT - Roll the transaction back to a certain point without rolling back the entire transaction. +## Data Query Language 😀 + +### SELECT +- select the attribute based on the condition described by WHERE clause.