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 |
Explain the use of compress option in exp command.
How many anonymous blocks can be defined?
How to create a stored function in oracle?
after installatio of ORACLE 8i, work properly, but after restarting the system, it throw an error ORA 01034: ORACLE not availble
What is clusters ?
What does sharding mean?
Youre getting high busy buffer waits - how can you find whats causing it?
How to export several tables together?
What is the maximum number of triggers that can be applied to a single table?
How to experiment a data lock in oracle?
26. Display the earliest shipping date in the format: DD/MON/YYYY
What is the simplest tool to run commands on oracle servers?