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
Is nosql faster than sql?
Which version of sql do I have?
What is the difference between mdf and ndf files?
what is self join and what is the requirement of self join? : Sql dba
What do you mean by field in sql?
What is Difference Between Unique and Primary Key Constraints?
Can we use joins in subquery?
What are the commands used in sql?
What is a call statement? Explain with an example.
What is a .db file?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is use of term?
Is sql sequential or random?
How many disk partitions should I have?
Why plvtab is considered as the easiest way to access the pl/sql table?