Welcome to HimVishnoi.com - The site where you get only the Best!

This is an example of a Optin Form, you could edit this to put information about yourself or your site so readers know where you are coming from. Find out more...


Following are the some of the Advantages of Opt-in Form :-

  • Easy to Setup and use.
  • It Can Generate more email subscribers.
  • It’s beautiful on every screen size (try resizing your browser!)

Indian Wedding Query in SQL Style

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

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;