Answer Posted / guest
alter table tablename add(col1 datatype,col2 datatype...);
alter table tablenamemodify(col1 datatype,col2 datatype..);
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
List the various oracle database objects?
How to define an oracle sub procedure?
What is the difference between a primary key & a unique key?
Is the After report trigger fired if the report execution fails ?
When do you get a .pll extension in oracle?
What are the uses of linked server and explain it in detail?
Explain the use of online redo log files in oracle.
How to generate query output in html format?
Explain the use of full option in exp command.
What is oracle instant client?
What are the arithmetic operations?
How to run queries on external tables?
Name the various constraints used in oracle?
Can sub procedure/function be called recursively?
How to write numeric literals in oracle?