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 sql procedural language?
How do you write an inner join query?
how is exception handling handled in mysql? : Sql dba
What is sqlcommand?
how many values can the set function of mysql take? : Sql dba
What is trigger with example?
What are sql indexes?
Does sql between include endpoints?
What is online transaction processing (oltp)?
What is the difference between the conventional and direct path loads? : aql loader
Mention what problem one might face while writing log information to a data-base table in pl/sql?
explain advantages of innodb over myisam. : Sql dba
How do I run a query in pl sql developer?
What are the two characteristics of a primary key?
How much does sqlite cost?