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
does the query needs a hint to access a materialized view?
Explain the use of file option in exp command.
How do I find my oracle client driver version?
How to start your 10g xe server from command line?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How to write date and time literals in oracle?
What is the usage of save points in oracle database?
What is the difference between a hot backup and a cold backup in oracle?
Explain user account with reference to oracle.
What are the roles of dba?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
How to initialize variables with default values?
How to rename an index in oracle?
What happens to the current transaction if a ddl statement is executed?
How do I spool to a csv formatted file using sqlplus?