August 29, 2011
How to Add, Modify, Rename, and Delete a Column in SQL
There has been a few times where I needed to compose a script to update a customer’s database, and I’ve had to use probably the most popular of the SQL ALTER TABLE syntax: Add, Modify, Rename, and Drop. To help save for my own notes and to possibly give some help, I thought I’d write a quick article on these 4...