After creation of the Table in Database using CREATE Command if you want to edit or modify the table, we can use the ALTER Command.
Using ALTER Command we can -
1. Add one or more than one columns in Table
2. Rename the name of any column
3. Change the datatype with size for any column
4. We can Drop or Delete Column in table
Go through the video stop by step and explore the ALTER Command.
10 | How to use the ALTER Command in SQL in SQL PLUS CLI | Oracle PL/SQL Programming
#ALTER_Column #MODIFY_Table #Drop_Column #Column_Datatype_Change