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 / premraj
alter table table_name add c4 varchar2(30) default null
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is join an inner join?
What are the different types of database management systems?
What is oracle and pl sql?
Can we commit inside a trigger?
What is update query?
Why do we use procedures?
What are the set operators in sql?
Does mysql_real_escape_string prevent sql injection?
Is there any restriction on the use of union in embedded sql?
What is linq to sql?
how to decrement dates by 1 in mysql? : Sql dba
Can a foreign key be null?
Why we use pl sql?
What is bulk collect in pl sql?
What is the use of function "module procedure" in pl/sql?