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 different types of data sources in ssrs?
How to achieve Paging of records in SQL SERVER?
Explain in details security in SQL azure?
What the difference between UNION and UNIONALL?
How are the exceptions handled in sql server programming?
What are sql dirty pages?
do views contain data ?
Explain concepts of analysis services?
What is schemabinding a view?
What is use of @@ spid in sql server?
What are a scheduled jobs?
What is the primary use of the model database?
What is a livelock?
What is the name of reporting services config file and what’s it’s used for?
Explain mixed authentication mode of sql server?