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 / manoj
1.
alter table <table_name>
add column<col_name> <data_type>[not null];
2.
for inserting values
Depends: if u have data in another table than u can insert
by making small packege (using cursor)
OR :u can also sequence to insert
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a table?
Which data type is a composite type?
how to enter binary numbers in sql statements? : Sql dba
What is the difference between having clause and where clause?
Does sqlite need a server?
Is left join inner or outer?
How do you go back in sql?
What is full join?
What is assignment operator in pl sql?
What is indexes?
what is meant by nl2br()? : Sql dba
What operating systems are supported by oracle sql developer?
What is varchar data type in sql?
What is difference between my sql and sql?
Which one is better subquery or joins?