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
How do rank () and dense_rank () differ?
how to escape special characters in sql statements? : Sql dba
what are the different tables present in mysql? : Sql dba
What is auto increment?
What is data type in sql?
What is bulk compiling in pl/sql.?
What is the difference between having clause and where clause?
What is sql resultset?
Where the sql database files are stored?
Can we have two clustered index on a table?
What are the differences between implicit and explicit cursors?
What is nosql vs sql?
What is an example of translating a date into julian format?
what is the difference difference between procedure and packages
how is myisam table stored? : Sql dba