Monday, January 7, 2008

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

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

CREATE PROCEDURE
MyMarriage
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 Brothers= Null AND Sisters =Null


SELECT
Gold ,Cash,Car,BankBalanceFROM FatherInLaw

UPDATE
MyBankAccout SETMyBal = MyBal + FatherInLawBal
UPDATE
MyLockerSET MyLockerContents = MyLockerContents + FatherInLawGold
INSERT INTO
MyCarShed VALUES('BMW')

END
GO

Then the wife writes the below query:

Commit HUSBAND;

´