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 views in sql?
How to fix oracle error ora-00942: table or view does not exist
How to assign sql query results to pl sql variables?
What does joining a thread mean?
How do I kill a query in postgresql?
Where not exists in sql?
What are the sql commands?
What are stored procedures in mysql?
What is the difference between the conventional and direct path loader? : aql loader
Is sql the best database?
Is sql harder than python?
Is primary key clustered index?
Can we use pl sql in mysql?
Explain the components of sql?
What are keys in sql?