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


Please Help Members By Posting Answers For Below Questions

What language is oracle sql developer?

510


Which version of sql do I have?

566


What is the difference between explicit and implicit cursors in oracle?

518


What is sql performance tuning?

497


Explain raise_application_error.

644






How does join work in sql?

556


Name some usages of database trigger?

566


What are the advantages of normalization?

560


how is exception handling handled in mysql? : Sql dba

556


What are stored procedures in mysql?

569


what is a composite primary key ? : Sql dba

583


Why sql query is slow?

583


Is the primary key an index?

599


what are date and time functions in mysql? : Sql dba

541


What is a table?

569