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 / jyothi
alter the table -> alter table <table name> <datatype>
after then u can insert values in that clounm bu using
UPDATE ...
update set column name= value where condition
condition ....where u want to update the value means which
row...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does sql profiler affect performance?
What is the difference between Union and Union all. Which is faster.
How do I count rows in sql query?
how to enter numeric values as hex numbers? : Sql dba
What is a composite primary key?
what is 'mysqlshow'? : Sql dba
What is pl sql variable?
What are operators available in sql?
Which sql most popular?
What is rownum?
Is sql a oracle?
What is the difference between nested table and varray?
What jobs use sql?
Is a secondary key the same as a foreign key?
Explain exception handling in pl/sql?