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
Can you have more than one content canvas view attached with a window ?
Design database draw er diagram for a certain scenario ?
What is the difference between translate and replace in oracle?
What is meant by an index?
How to run create database statement?
What is Segment Advisor in Oracle?
What is meant by joins?
Explain the use of indexes option in imp command.
What is the oracle implicit cursor?
What are the original export and import utilities?
Explain user account with reference to oracle.
Explain the use of parfile option in exp command.
Does oracle charge for java?
How to use values from other tables in update statements using oracle?
Will you be able to store pictures in the database?explain.