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 we can update the view?
Define concurrency control. : Transact sql
What are stuff and replace function?
What is difference between stored procedure and trigger?
How do I filter in sql profiler?
What is gpt format?
What is the difference between row level and statement level trigger?
Can primary key be changed?
What is Histogram?
What is procedure and function in sql?
What is time based sql injection?
Explain the savepoint statement.
What are the possible values for the boolean data field?
what is transaction? : Sql dba
What are the qualities of 2nf?