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
How to run the anonymous block again?
How to revoke create session privilege from a user in oracle?
What is the difference between "as" and "is" in an oracle stored procedure?
What is the disadvantage of User defind function?
How to use "in" parameter properly?
What is the difference between $oracle_base and $oracle_home?
How to use group functions in the select clause using oracle?
What is primefaces used for?
Which is better Oracle or MS SQL? Why?
How to see the table columns used in an index?
How to connect to a local oracle 10g xe server?
What is oracle database client?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
why dont we assign not null constraint as table level constraint.
Can we convert a date to char in oracle and if so, what would be the syntax?