I have one table and column is c1 pk, c2 not null,c3 not
null and 200 row in it and i add c4 column and value, how
can is possible
Answer Posted / ramprasad.s
hi
Alter Table <Table Name> ADD( <Column name> <data type>)
you can insert values by using <update> with reference
to the existing values of the other columns.
bye
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of function in sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
What are operators available in sql?
What does sql stand for?
Is pl sql a scripting language?
Can we enter data in a table in design view?
Why stored procedures are faster than query?
How do you optimize a stored procedure in sql?
Can we delete column in sql?
What do you understand by exception handling in pl/sql?
What is %s in sql?
What is the purpose of my sql?
How many postgresql users are there, worldwide?
What is the difference between sql and mysql?
what is user defined functions? : Sql dba