write a query to delete similar records in particular
fields(columns) in different tables
Answer Posted / madhu
delete from emp where emp_no in
(select emp_no from emp2 where emp.emp_no=emp2.emp_no)
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
How does a trigger work?
what is heap table? : Sql dba
What is graph sql?
How do I partition in sql?
What is bitemporal narrowing?
What are the steps for performance tuning.
What is the use of sqldataadapter?
what is the use of double ampersand (&&) in sql queries?
is mysql query is case sensitive? : Sql dba
What is the difference between sql and isql*plus?
Is there any restriction on the use of union in embedded sql?
How can you load microsoft excel data into oracle? : aql loader
What does closing a cursor do?
what is the syntax for using sql_variant_property? : Transact sql
Define overloaded procedure?