How to write query to Delete the records in child table
and corresponding records in parent table
Answer Posted / sanjay
delete details from details inner join master on
details.keyid=master.keyid
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of user-defined functions over stored procedures in sql server?
How many types of functions are there in sql server?
Does any body please help me what question's have asked for SSRS in the interview?
What is an expression in ms sql server?
What are scheduled tasks in sql server?
What are different types of subquery?
Give a example to search fr a string in all stored procedure in sql server.
How will you decide the active and passive nodes?
What Are the Main Features of SQL Azure?
How to replace the Query Result 'Null Value' with a text ?
Can I use sql azure as a backup with log shipping or database mirroring?
What is xdr?
Why use update_statistics command in sql server?
What is Cross Join and in which scenario do we use Cross Join?
Explain something about security and SQL Azure?