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 an oracle and why it is used?
What are internal user account in oracle?
how to use sequence and what use of sequence cache
What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?
How to retrieve data from an cursor to a record?
Give the various rollback segment states.
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
Is insert autocommit in oracle?
what is shell?
Can you use a commit statement within a database trigger?
What is oracle in java?
What is the implicit cursor in oracle?