How to remove a row in a database table?
Answers were Sorted based on User's Feedback
Answer / chand
THE BELOW QUERY DELTES A ROW BASED ON A CONDITION
DELETE FROM <TABLE_NAME>
WHERE <COL_NAME>=<CONDITION>
| Is This Answer Correct ? | 4 Yes | 1 No |
How to delete multiple rows from a table in oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What is transport network substrate (tns) in oracle?
What is ceil and floor in oracle?
How can we delete duplicate rows in a table?
How to calculate date and time differences in oracle?
why pl sql doesn't support retrieving multiple records
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
What is an Oracle sequence?
What is difference between truncate and delete?