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 |
What is raw datatype in oracle?
What is forall Statement ?
What is Undo Management Advisor in Oracle?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to get execution statistics reports on query statements?
What is oracle database client?
Respected sir, Please send me technical questions related to oracle apps..
How to display the hierarchy of employee and managers without using connect by prior.
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What are group functions in oracle?
What do you mean by merge in oracle?
What is a connect identifier?