Answer Posted / kalicharan karsh
delete from <tablename> [where <condition> ]
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to define an anonymous procedure without variables?
what is reindexing?
How to export data with a field delimiter?
What is a cursor and what are the steps need to be taken?
How to build data dictionary view an new database?
Will you be able to store pictures in the database?
 What are the oracle DML commands possible through an update strategy?
Please explain compound trigger in oracle?
how can we store any pdf file in oracle
Does oracle partitioning improve performance?
How to delete an existing row from a table in oracle?
How to write a query with a left outer join in oracle?
How to work with data objects interactively?
How to delete a user account in oracle?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.