Answer Posted / rajini
alter table tablename add(colname datatype,colname1
datatype...);
alter table tablename modify(colname datatype,colname1
datatype..);
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How to write date and time literals in oracle?
What are the various oracle database objects?
What is an index associated with a constraint?
How to select all columns of all rows from a table in oracle?
Can sub procedure/function be called recursively?
What is the difference between post-database commit and post-form commit?
What is archive log in Oracle?
Differentiate between pre-select and pre-query?
How many categories of data types?
Difference between inner join vs where ?
How do you find current date and time in oracle?
How to use existing values in update statements using oracle?
Explain integrity constraints?
What is SQL access advisor in Oracle?
What are dml statements in oracle?