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
What is sql query optimization?
What is time based sql injection?
how many columns can be used for creating index? : Sql dba
Is primary key a clustered index?
How do I clear the screen in sql plus?
Is join an inner join?
What is auto increment?
What are sql queries used for?
What is a pragma statement?
Is it important to partition hard disk?
What is a primary key? Explain
How subquery works in sql?
What's the procedure?
Which are sql * plus commands?
How does pl sql work?