Garvit Jain 08113702024 BCA2 M2
Practical 5:
[Link] queries to execute following DDl commands
1) CREATE:create the structure of a table with atlest five columns.
2) ALTER:change the size of a particlar column.
3) Add a new column to existing table.
4) Remove a column from the table.
5) DROP: destroy the table along with its data.