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
How can we find out the duplicate values in an oracle table?
What is procedure overloading in oracle?
How to convert times to characters in oracle?
How to run the anonymous block again?
How to export several tables together?
What is a nested table?
What are the limitations of check constraint?
How do I reset a sequence in oracle?
How to name query output columns in oracle?
Explain what does a control file contain?
Difference between the “verify” and “feedback” command?
What is the maximum limit on the number of columns in a table?
What is the string concatenation operator in oracle?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
How to login to the server without an instance?