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 |
What privilege is needed for a user to delete rows from tables in another schema?
master table and child table performances and comparisons in Oracle ?
What is blob data type in oracle?
What is the string concatenation operator in oracle?
What is null value in oracle?
How to do paging with oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
What is clustered table in Oracle?
What is a static data dictionary in oracle?
What is clusters ?
write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.
What are the different oracle database objects?