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 advantages of oracle?
How to assign query results to variables?
What are the different oracle database objects?
Which is faster join or subquery in oracle?
How can we delete duplicate rows in a table?
what are steps for interface? where is exchange rate defined in which table?
What happens if you lost a data file?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
How to use subqueries with the exists operator in oracle?
What is tns entry?
List out the components of logical database structure of oracle database.
What is dual table oracle?
What is oracle server autotrace in oracle?
Explain what are the characteristics of data files?
What is tns name?