From 0ec14819d9f303da6d81b683375bb1d411dc5e56 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:49:35 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3661fa7..4b897a1 100644 --- a/README.md +++ b/README.md @@ -347,8 +347,9 @@ Following are some of the most commonly used constraints available in SQL − DELETE FROM table_name WHERE {CONDITION}; -SQL CREATE DATABASE Statement -CREATE DATABASE database_name; +### SQL CREATE DATABASE Statement + CREATE DATABASE database_name; + SQL DROP DATABASE Statement DROP DATABASE database_name; SQL USE Statement