How to write query to Delete the records in child table
and corresponding records in parent table
Answer Posted / vaishali
delete from child_table, parent_table where
child_table.parent_id=parent_table.parent_id
| Is This Answer Correct ? | 14 Yes | 26 No |
Post New Answer View All Answers
How to assign new column names in a view?
How to send a ssrs report from ssis?
Define msdb database?
How to insert multiple rows with a subquery?
What are the types of stored procedures in an sql server?
Introduction of rollup clause using sum and group by clause?
What is dynamic cursor in SQL SERVER?
Does the order of columns in update statements matter?
Does partitioning help performance?
Why use stored procedures in sql server?
What are sql server functions?
What is SQL Server?
How can you tell if a database object is invalid?
What is the purpose of update statistics and scope_identity() function?
How are the exceptions handled in sql server programming?