From 3f7d2b795a1b27069dd6b6390a7cf95fdd6bcd68 Mon Sep 17 00:00:00 2001 From: Jayaraaj V Date: Fri, 20 Feb 2026 19:16:42 +0530 Subject: [PATCH] Enhance 8.alter with ALTER command explanation Added explanation of the ALTER command and examples.I'm recently learning from your SQL MasterClass in youtube channel.when i'm going through your alter code section in github.the explanation is missing(Although it is not problem,it's just for my practice as it is my first commit change.hope it will commit).Thank you --- 8.alter | 1 + 1 file changed, 1 insertion(+) diff --git a/8.alter b/8.alter index 8e7e33a..b4870f0 100644 --- a/8.alter +++ b/8.alter @@ -3,6 +3,7 @@ Perfect for both beginners and professionals to master SQL easily. Check it out ==================================================================================== +Explanation : ALTER is used to modify the existing database objects as it is DDL(Data Definition Language).examples are below : drop table if exists Employees; CREATE TABLE Employees (