write a query to delete similar records in different tables
with same structure
Answer Posted / umadevi
example
delete from emp where deptno in (select deptno from dept
where emp.deptno=dept.deptno);
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are the types of variables use in pl sql?
how to start mysql server? : Sql dba
What is the difference between a subquery and a join?
What is a native sql query?
what is myisam? : Sql dba
what is an extent ? : Sql dba
Is grant a ddl statement?
Is not null in sql?
What is the difference between rename and alias?
What is rtm in testing?
how to increment dates by 1 in mysql? : Sql dba
What is data types in sql?
How does join work in sql?
Does google use sql?
What is the difference between numeric and autonumber?