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 |
difference between truncate and delete ,drop?
does the query needs a hint to access a materialized view?
How to rebuild an index in oracle?
how to i write the query 'NISHI' TO N I S H I
4 Answers Attra, Metric Stream,
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
What is recycle bin in Oracle?
What is a public synonym?
What is currency type in database ?
various types of hints and their usage
what is difference between sql plus and sql*plus? (not sql and sql plus).
How to define a data source name (dsn) in odbc manager?
What is index in Oracle?