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
mention different types of relationships in the dbms?
How to edit table in sql server 2017?
Why I can not enter 0.001 second in date and time literals in ms sql server?
what stored procedure can you use to display the current processes? : Sql server administration
Define inner join? Explain with an example?
What command do we use to rename a database?
What are the key configuration files for sql server reporting services ?
How do I create a trace in sql server?
What is the name of reporting services config file and what’s it’s used for?
What is use of except clause?
What are subqueries in sql server?
How to drop existing indexes in ms sql server?
Explain about analysis services?
What is the exact numeric data type in sql?
What are window functions in sql server?