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 ms sql is free?
Why we use pl sql?
What is schema in sql example?
Is sql harder than python?
Why self join is used in sql?
Give the order of sql select?
Does sql backup shrink transaction log?
How to run sql functions in pl/sql?
Why stored procedure is better than query?
What is sql procedures and functions?
Why is there a need for sqlcode and sqlerrm variables?
What is trigger and how to use it in sql?
Which are the different character-manipulation functions in sql?
explain the advantages and disadvantages of stored procedure? : Sql dba
What is a memo field?