Alter Table in SQL โ€“ How to Add a Column or Rename a Column in SQL

1 ยท freeCodeCamp.org ยท Aug. 9, 2021, 3:22 p.m.
You have created your database and your tables, and after all this work, you notice that you need to add or rename a column. Well, you can use the ALTER TABLE statement to do so. Just keep in mind that you need to be really careful when you do this....