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 |
Differentiate between post-database commit and post-form commit?
Please explain oracle data types with examples?
What to do if dba lost the system password?
What types of joins are used in writing subqueries?
wirte the syntax of update query?
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.
am completed mca2011 how get certification in oracle
What is the difference between Outer join and Full outer join?
What is varray?
What is RULE-based approach to optimization ?
What is the difference between post-database commit and post-form commit?
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz