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 the use of analyse option in exp command.
What is the difference between PFILE and SPFILE in Oracle?
What do you mean by cdb and pdb in oracle 12c?
What is a user role in oracle?
Explain oracle instance.
How to pass a cursor variable to a procedure?
How to delete a column in an existing table in oracle?
How to connect the oracle server as sysdba?
What is the meaning of recursive hints in oracle?
How would you change old and new values in an insert, delete and update triggers?
What do you mean by a database transaction & what all tcl statements are available in oracle?
how to make an oracle object
what is the scenario where you take the database to NoArchivelog mode?
What is a cursor variable?
When do you get a .pll extension in oracle? Explain its importance