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?
How to retrieve the count of updated rows?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What are the different oracle database objects?
How to insert multiple rows with one insert statement in oracle?
What are virtual columns?
How to display row numbers with the records?
How to get execution statistics reports on query statements?
How would you design a database for an e-commerce website?
What are the limitations oracle database 10g xe?
difference between procedures and function?