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 a composite key ? : Sql dba
Is grant a ddl statement?
Can we insert in view in sql?
What does the hierarchical profiler does?
How to start oracle sql developer?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
How do you sort in sql?
In what condition is it good to disable a trigger?
What is numeric function sql?
How can a function retun more than one value in oracle with proper example?
what tools available for managing mysql server? : Sql dba
What is Histogram?
What is data types in sql?
How to test for null values?
how to write date and time literals? : Sql dba