Tuesday 3 December 2013

Wedding Query. ....... ........ (SQL Style):

1 comments
HUSBANDS QUERY:
============

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 Having Brothers= Null
AND Sisters =Null

SELECT Gold ,Cash,Car,BankBalance
FROM FatherInLaw

UPDATE
MyBankAccout
SETMyBal = MyBal + FatherInLaw.BankBalance

UPDATE
MyLocker
SET MyLockerContents = MyLockerContents + FatherInLawGold

INSERT INTO
MyCarShed VALUES('BMW','Rolls Royce')
END;

Then the WIFE writes the below query:
========================

DROP HUSBAND;
Commit;



Ur's
AmarAlam