adspace
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
How to connect php with different port numbers?
How to enter binary string literals in ms sql server?
How to rebuild the master database?
What is the difference between upgrade and migration in sql server?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Disadvantages of the indexes?
What is the primary use of the model database?
Is it possible to have clustered index on separate drive from original table location?
How can you append an identity column to a temporary table?
How do I create a trace in sql server?
Equi join and non equi join is possible with sql server?
Why use identity in sql server?
How do I find the sql server version?
What kind of problems occurs if we do not implement proper locking strategy?
What is a view in sql?