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


Please Help Members By Posting Answers For Below Questions

What is the use of double ampersand (&&) in sql queries? Give an example

623


What are the basic techniques of indexing?

583


How can you load multi line records? : aql loader

667


What is right join in sql?

567


How do I partition in sql?

548






What does varchar include?

527


How many types of normalization are there?

497


how to use myisamchk to check or repair myisam tables? : Sql dba

517


What are types of exception?

544


Can you join a table to itself?

550


Explain the steps needed to create the scheduled job?

573


What is the starting oracle error number?

573


What is a boolean in sql?

531


How do you declare a constant?

542


Which is better trigger or stored procedure?

510