WeddingQuery....... ....... (SQL Style)

thsd_2008

Member
Oct 15, 2008
92
0
0
CREATE PROCEDUREMyMarriage
BrideGroom Male (25) ,
Bride Female(20) AS
BEGIN
SELECT
Bride FROM india_ Brides
WHERE
FatherInLaw = 'Millionaire' AND Count(Car) > 20 AND HouseStatus ='ThreeStoreyed'
AND
BrideEduStatus IN (B.TECH ,BE ,Degree ,MCA ,MiBA) AND Having Brothers= Null AND Sisters =NullSELECT Gold ,Cash,Car,BankBalanceFROM FatherInLaw
UPDATE
MyBankAccout SETMyBal = MyBal + FatherInLawBal
UPDATEMyLockerSET MyLockerContents = MyLockerContents + FatherInLawGold
INSERT INTOMyCarShed VALUES('BMW')
END
GO




Then the wife writes the below query:




DROP HUSBAND;
Commit;