how to get matching records from two tables in oracle sql.
First check the employee Records and check target records
for example i created emp_target table from emp with some duplicates in emp_target table.
Now Check the count of two table
SQL> SELECT COUNT(*) FROM EMP;
First check the employee Records and check target records
for example i created emp_target table from emp with some duplicates in emp_target table.
Now Check the count of two table
SQL> SELECT COUNT(*) FROM EMP;