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 are the advantages of sql ? : Sql dba
What is the difference between null value, zero, and blank space?
Can there be more than one function with a similar name in a pl/sql block?
What is right join in sql?
Which is faster subquery or join?
Can we use pl sql in mysql?
What is sql injection vulnerability?
what is sub-query? : Transact sql
What is set transaction?
What is the purpose of cursors in pl/sql?
Can you inner join the same table?
What problem one might face while writing log information to a data-base table in pl/sql?
What is a relationship and what are they?
What are sql indexes?
Describe types of sql statements?