Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to rebuild all indexes on a single table?

1104


What is row-level compre?

1045


What is dbcc?

1177


What is a data source or ds? : sql server analysis services, ssas

1049


Explain identity in sql server?

1048


In what three ways is the return statement used in a stored procedure?

1060


OPTIMIZATION OF SP,CURSOR,TRIGGERS

2847


What is deploy, process and build? : sql server analysis services, ssas

1150


How to insert and update data into a table with "insert" and "update" statements?

1035


If we delete pack Spec what will be the status of pack Body ?

1520


Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.

1894


What happens if null values are involved in arithmetic operations?

1041


Explain primary key in sql server?

1069


How to find the source of a table in sql server?

1032


Can you please explain the difference between primary keys and foreign keys?

1165