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 export data to a csv file?
How to load data through external tables?
How to do paging with oracle?
how to find out largest value in a table
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is an oracle?
what is null value?
what is host string in sql plus? how does it related to database?
What is trigger associated with the timer ?
How to use subqueries with the in operator using oracle?
Please explan Why static query is more faster than dynamic query ?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>