Answer Posted / ruchika jena
If u want to drop a table then the command is
drop table <table_name>;
If u want to drop a column_name then the command is
alter table <table_name> drop column <column_name>;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the database administrators utilities available?
What is a schema in oracle?
Please explain oracle data types with examples?
What is an oracle recycle bin?
Explain the use of log option in exp command.
How to create a new table by selecting rows from another table?
What is the difference between pre-select and pre-query?
What is recovery manager in Oracle?
How to define a record variable to store a table row?
What is a trigger oracle?
How can we force the database to use the user specified rollback segment?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What are a cluster and non-cluster index?
 What are the oracle DML commands possible through an update strategy?