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 trigger a stored procedure?
Which command is used to delete a package?
What are the ddl commands?
Is ms sql is free?
What is mutating table error?
How would you reference column values before and after you have inserted and deleted triggers?
What is nvarchar max in sql?
how to convert dates to character strings? : Sql dba
What does sql stand for?
Can we insert delete data in view?
what is a view? : Sql dba
What is the cause of mutating table error and how can we solve it?
What are two statement types in sql?
Differentiate between % rowtype and type record.
What is the difference between function, procedure and package in pl/sql?