What SQL query can be used to add columns to a table?

Question:What SQL query can be used to add columns to a table?

1.ALTER TABLE Table_Name ADD Column_Name

2.Update TABLE TableName ADD COLUMN ColumnName

3.MODIFY TABLE TableName ADD ColumnName

4.MODIFY TABLE TableName ADD COLUMN ColumnName


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!