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
Please explain joins in oracle?
How many categories of data types in oracle?
What is the recommended interval at which to run statspack snapshots, and why?
How to define an anonymous procedure without variables?
What are the limitations of check constraint?
What is proxy method?
How to define a data field as not null?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How to convert characters to times in oracle?
How to get execution statistics reports on query statements?
How is it different from a normal table?
Explain the use of record length option in exp command.
What is a view and how is it different from a table?
Which are the five query types available in oracle?
What is the usage of control file in oracle?