Answer Posted / guest
alter table <table name> modify(column definition...);
alter table <table name> add(column definitions...);
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between pre-select and pre-query?
Explain do view contain data?
List the various oracle database objects?
How can we find out the current date and time in oracle?
Explain enable novalidate constraint.
How to pass parameters to procedures?
What is a snapshot log?
How to use subqueries with the in operator using oracle?
What is the difference between primary key and unique key and foreign key in oracle?
Is there a function to split a string in plsql?
What is a table index?
State the various uses of dbcc command?
Can select statements be used on views in oracle?
Explain the characteristics of oracle dba?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?