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 mutating triggers.
How to retrieve data from an cursor to a record?
What is the difference between sharding and partitioning?
How can we force the database to use the user specified rollback segment?
What suggestions do you have to reduce the network traffic?
What happens to the data files if a tablespace is dropped?
Explain self joins in oracle?
What happens to the current transaction if the session is ended?
How translate command is different from replace?
How to define an oracle sub procedure?
What is MTTR advisor in Oracle?
Explain oracle’s system global area (sga).
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
Is primary key indexed by default in oracle?
What are ddl statements in oracle?