Answer Posted / suri
alter table tablename add(colname datatype,colname1
datatype...);
alter table tablename modify(colname datatype,colname1
datatype..);
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain self joins in oracle?
What is the difference between substr and instr?
What do you mean by a deadlock?
In which language oracle has been developed?
What do you mean by a tablespace?
What are data pump export and import modes?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
Can select statements be used on views in oracle?
What are the execution control statements in oracle?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What is transport network substrate (tns) in oracle?
How to drop a stored function?
Explain the difference between a procedure and a function? What do you understand by those terms?
What is index-organized table in Oracle?
Explain user account with reference to oracle.