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
Which join condition can be specified using on clause?
What is thread join () in threading?
Mention what pl/sql package consists of?
Is sql injection illegal?
What is implicit cursor in pl sql?
What is index example?
Does user triggers have entry for trigger with compilation errors?
What is the difference between distinct and unique in sql?
What are sql*plus environment variables?
How to create your own reports in sql developer?
Compare sql & pl/sql
Explain the difference between sql and mysql.
How do I partition in sql?
Is delete faster than truncate?
what is table? : Sql dba