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
Why oracle is used?
Can I create users through internet explorer in oracle 10g?
How to convert a date to char in oracle? Give one example.
What do you mean by group by clause?
how the indexes are stored in the Oracle Database?
What are advantages of dateset in datastage?
What happens if the update subquery returns multiple rows?
What is oracle server autotrace in oracle?
What is null value in oracle?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is literal?
Explain the use of ignore option in imp command.
How are extents allocated to a segment?
How to resolve the ORA-39133 error in Oracle?
Can the query output be sorted by multiple columns in oracle?