Answer Posted / ajeet singh
For delete any record from table :-
delete form <tablename> where <condition>;
For delete any column fromm table :-
alter table <tablename>
drop column <columnname>;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How to create a new oracle data file?
Explain the use of ignore option in imp command.
20. Using a set operator, display the client number of all clients who have never placed an order.
What are the differences between char and nchar in oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What happens to the current transaction if the session is ended?
How to manage transaction isolation level?
What to do if the binary spfile is wrong for the default instance?
Can multiple cursors being opened at the same time?
What is Java Pool in Oracle?
Please explain joins in oracle?
How to load a large xml file?
What is max rowid in oracle?
Can we store pictures in the database and if so, how it can be done?