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 the order of sql select?
how many tables will create when we create table, what are they? : Sql dba
Why coalesce is used in sql?
How to pipe multiline string to isql?
Explain the components of sql?
What are operators available in sql?
How to call shell script from pl sql procedure?
Does a primary key have to be a number?
What has stored procedures in sql and how we can use it?
What is duration in sql profiler trace?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is sql injection owasp?
How global cursor can be declare with dynamic trigger ?
what's the difference between a primary key and a unique key? : Sql dba
what is a table in a database ? : Sql dba