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
How do I limit the number of rows returned by an oracle query after ordering?
What happens if you use a wrong connect identifier?
How many memory layers are in the oracle shared pool?
What privilege is needed for a user to create indexes in oracle?
How can windows applications connect to oracle servers?
How to delete a column in an existing table?
What is the difference between substr and instr?
What is integrity and what is constraint??Explain with example
Explain what are the different type of segments?
What is a cursor in oracle?
How to insert a new row into a table in oracle?
What is raw datatype in oracle?
How to pass a parameter to a cursor in oracle?
How to display employee records who gets more salary than the average salary in the department?
what is Single Byte Overhead...?