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
Explain unique key in sql.
Does mysql_real_escape_string prevent sql injection?
Explain some predefined exceptions.
How do I filter in sql profiler?
Why truncate is faster than delete?
What is difference between sql and mysql?
how to use regular expression in pattern match conditions? : Sql dba
What is the max nvarchar size?
What plvcmt and plvrb does in pl/sql?
What is pl sql record in oracle?
What is the mutating table and constraining table?
What are joins in sql?
What is the difference between a subquery and a join?
What does closing a cursor do?
What is java sql driver?