Write an SQL Query to
Delete Duplicate records from a table using ROWID.
Answer Posted / satyan
simple query
step 1
select rowid,column1,column2,column3 from table name where
condition;
step 2
delete from table name where rowid = '........'
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
How do you register report in oracle apps?
What does appl_top directory contain?
In oracle application how do you debug or trace errors?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
What are the different components of soa suite?
How can you achieve loose coupling in soa framework?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
In hierarchical structure of a database? we have write query from where we should start?
Do you know where we can check the status of po?
Are you familiar with internet architecture of oracle apps 11i?
Tell me how to debug the report?
Can you define an erp system?
is it possible to run the interface without using oracle apps?
How many schemas we have? how many you have used?
Can we create tables in apps schema?