From e45cbc174cacd3622dbd39107ee23e15e3852266 Mon Sep 17 00:00:00 2001 From: Tarikul Nayem <60644857+tarikulnayem94@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:32:05 +0600 Subject: [PATCH] Update SQL RAW CODE Signed-off-by: Tarikul Nayem <60644857+tarikulnayem94@users.noreply.github.com> --- SQL RAW CODE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQL RAW CODE b/SQL RAW CODE index 753ef1c..e07371e 100644 --- a/SQL RAW CODE +++ b/SQL RAW CODE @@ -1,7 +1,7 @@ ``` -Show all database list: -Command:......................................................................... +# Show all database list: +# Command:......................................................................... SHOW DATABASES; ```