From b5393c6d3b3aa8eee5f2cdff7ef369fb11a8778d Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 20:49:48 +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 4b897a1..e768fcc 100644 --- a/README.md +++ b/README.md @@ -350,8 +350,9 @@ Following are some of the most commonly used constraints available in SQL − ### SQL CREATE DATABASE Statement CREATE DATABASE database_name; -SQL DROP DATABASE Statement -DROP DATABASE database_name; +### SQL DROP DATABASE Statement + DROP DATABASE database_name; + SQL USE Statement USE database_name; SQL COMMIT Statement