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 / krishnakumar

create table employee(id int references authors(au_id) ON
DELETE CASCADE,firstname(30))



this is chilld table .in this query use on first child table
constraints values delete next parent table constrains value
delete ... this is ON DELETE CASCADE CONCEPT

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a coalesce function?

1250


How to add an address record into adventureworkslt?

1030


You want to check the syntax of a complicated update sql statement without executing it. What command should you use?

1046


Explain relational data?

969


What do you understand by integration services in sql server?

1001


What does nvl stand for?

992


can any body tell me how to know the password of current user in sql server

2119


How to get the definition of a stored procedure back?

1020


What are sub reports?

208


What are the different types of backups avaialabe in sql server 2005?

1062


How do I find the transaction log size in sql server?

1004


What are the rules to use the rowguidcol property to define a globally unique identifier column?

1076


Can you please explain the difference between function and stored procedure?

1048


Explain full-text indexing?

1045


What are the components of sql server service broker?

1063