Answer Posted / 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 |
Post New Answer View All Answers
How to omit columns with default values in insert statement in oracle?
How do we get field details of a table?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
What is proxy method?
What are a collation and state the different types of collation sensitivity?
Why does Oracle not permit the use of PCTUSED with indexes?
How oracle handles dead locks?
How can windows applications connect to oracle servers?
Which is better Oracle or MS SQL? Why?
What is the sid in oracle?
What is bulk load in oracle?
What is data block in Oracle?
Explain a data segment?
How to use null as conditions in oracle?
How to concatenate two text values in oracle?