Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Delete all duplicate records using subquery - oracle
Oracle
>>
Oracle FAQs
Next Page »
How to delete all duplicate records from a table using subquery?
Query:
DELETE from table1 where rowid not in (select MAX(rowid) from table1 GROUP BY column_name);
Here, column_name should be the column having duplicate values.
Next Page »
Types of trigger can be used in a table at a time - oracle
Types of trigger can be used in a table - We can use maximum of 12 triggers on a table. • BEFORE INSERT • AFTER INSERT...
What is partitioned table? What are its types and purposes? - oracle
Partitioned table - Partitioning allows decomposing large tables and indexes into smaller manageable units called partitions...
What is the role of Archiver [ARCn]? - oracle
What is the role of Archiver [ARCn]? - ARCn is an oracle background process responsible for copying the entirely filled online redo log file to the archive log...
Post your comment
Related Content
Oracle Interview
Oracle Architecture
Oracle FAQs
Oracle Process
Oracle Operators
Oracle Composite Data-types
Oracle Constraints
Oracle Data Types
Oracle DCL TCL
Oracle DML Commands
Oracle Error Handling
Oracle Functions
Oracle Functions, Procedures, Packages
Oracle Import export
Oracle Sub Queries
Oracle Table
Oracle Triggers
Oracle Views
Oracle Synonym
Oracle Index
Oracle Joins
Oracle Cursors
Oracle Form
Oracle Security
Oracle Backup Recovery
Oracle DBA
Oracle 11g dba
Oracle Large objects
Oracle Replication
Oracle Transaction Processing
Oracle Optimizer
Oracle database Tuning
Oracle Stored Procedure
Oracle Sequences
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲