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 (