Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain the difference between FLOAT, DOUBLE and REAL.

Answer Posted / fsdfsdfs

double is double
float is float

Is This Answer Correct ?    30 Yes 201 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END

1688


What is difference between statement and preparedstatement?

1059


How do you insert a table?

966


How do I exit mysql?

974


What is the difference between float and double?

1184


How do I clear the screen in mysql?

1038


Is mysql a free database?

979


How do I stop a mysql command?

1048


How large can a mysql table be?

1011


How to delete a table.

970


How to write after insert event update trigger on the same table in mysql?

1000


What is the use of pdo?

994


How to start mysql server?

1094


What is cursor in mysql?

943


What is the difference between char and varchar?

1238