Write an SQL Query to
Delete Duplicate records from a table using ROWID.
Answer Posted / veera
delete from tablename where rowid not in(select min(rowid)
from table name group by duplicate record col)
Is This Answer Correct ? | 37 Yes | 21 No |
Post New Answer View All Answers
Explain oracle apps architecture.
What do you understand by concurrent programs?
what are the prerequisites for costing transactions?
In hierarchical structure of a database? we have write query from where we should start?
What do you understand by a set of books?
Can you explain the difference between architecture followed in 10g & 11g?
what are the different transaction clauses in AR?
What is count(*) from po_vendors(any table)?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
How can we import the data into a database using sql * loader?
What are file in oracle.
Explain what are the tables of auto invoice?
q)what are the validations in sql*loader
What do you understand by soa and what are the benefits of using this architecture?
how can i print random rows in plsql table