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 / asraf
ALTER TABLE DUMMY1 ADD (C4 VARCHAR2(100) DEFAULT 0)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is mutating table error?
What is the use of & in pl sql?
Can you selectively load only those records that you need? : aql loader
what is the difference between char_length and length? : Sql dba
What is pl sql and why it is used for?
Is pl sql useful?
How many row comparison operators are used while working with a subquery?
What is sequence in sql?
Does a user_objects view have an entry for a trigger?
What are the benefits of stored procedures?
What is user defined functions?
Is sql developer case sensitive?
Does truncate table reset auto increment?
Explain the methods used to protect source code of pl/sql.
how to enter binary numbers in sql statements? : Sql dba