
Originally Posted by
reetasharma108
Hi Rafi,
As alter is a DDL command,you can not manipulate the table using alter.if you have to add one more column in table then u can make use of this.
but if you want to fill the columns of the table then you must have to use DML commands that is INSERT or UPDATE.