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
Why does sql need a server?
How do I truncate a sql log file?
What is an example of translating a date into julian format?
Is vs as in pl sql?
What is the difference between a database and a relational database?
Difference between truncate, delete and drop commands?
What is the plv (pl/vision) package offers?
What is orm in sql?
What are the commands used in sql?
What is the difference between sql and t sql?
how do you login to mysql using unix shell? : Sql dba
Explian rowid, rownum?
What is sql lookup?
what are the different tables present in mysql? : Sql dba
Can we use rowid as primary key?