The ALTER table statement is used to add column in an existing table. Following syntax is used to add the column;
ALTER TABLE table_name
ADD column_name datatype
TABLE Statement. The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. … We use the following SQL statement: ALTER …
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
March 22, 2015 at 3:18 pm
The ALTER table statement is used to add column in an existing table. Following syntax is used to add the column;
ALTER TABLE table_name
ADD column_name datatype
March 23, 2015 at 5:40 am
TABLE Statement. The ALTER TABLE statement is used to add, delete, or modify columns in an existing table. … We use the following SQL statement: ALTER …
March 24, 2015 at 8:25 pm
The alter table statement.
ALTER TABLE table_name
ADD column_name datatype
– Tomiwa
March 28, 2015 at 6:59 pm
By using ALTER command.The ALTER table statement is used to add column in an existing table
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile