http://debashishbanerji.com/talks/the-life-divine-studies-on-skype-recordings-book-ii-part-1-chapter-1-6/ ALTER Statement in SQL To add a column in a table, use the following syntax: ALTER TABLE table_name ADD column_name datatype To delete a column in a table, use the following syntax: ALTER TABLE table_name DROP COLUMN column_name
Read More »SQL Server: 06 – ALTER and DROP Statement
http://spidercreative.co.uk/wp-cron.php?doing_wp_cron=1647199164.5639979839324951171875 January 19, 2016 SQL Server 1