Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 8.alter
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down