#sql
Read more stories on Hashnode
Articles with this tag
Alter Datatype of an empty or Null valued column. ALTER TABLE table_name MODIFY(column_name data_type); Include new columns in an existing...