Site Announcement

All Indian Voters

Cast Your Vote
|
|
|
|
|
|
DLF IPL 20-20

Team List - Schedule - Point Table - Live Match
Creative Work : Interactive IPL 2011 Schedule



Indian Wedding - An SQL Query


Here is a funny wedding SQL query written by an Indian Programmer. I have never seen humorous use of SQL like this before. Hope you will enjoy reading it.

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
SET MyBal = MyBal + FatherInLawBal
UPDATE MyLocker
SET MyLockerContents = MyLockerContents + FatherInLawGold
INSERT INTO MyCarShed VALUES('BMW')
END
GO

Then the wife writes the below query:

DROP HUSBAND;
Commit;

No comments:

Post a Comment