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...


what do you mean by longblob Data type in MySql?

Answers were Sorted based on User's Feedback



what do you mean by longblob Data type in MySql? ..

Answer / sathish

Blob is Binary Large OBject, which is used to store the image files or any files as a binary object in the table,

Long Blob is that to store the larger sized object thats all

Is This Answer Correct ?    12 Yes 1 No

what do you mean by longblob Data type in MySql? ..

Answer / nitin malhotra

Long Blob data types are used to store the large text file
in the Binary Format into our database.

Is This Answer Correct ?    6 Yes 0 No

what do you mean by longblob Data type in MySql? ..

Answer / nitin malhotra

Long Blob data types are used to store the large text file
in the Binary Format into our database.

Is This Answer Correct ?    9 Yes 4 No

Post New Answer

More MySQL Interview Questions

What is the use of procedure in mysql?

0 Answers  


In PHPmysql language how can we update our previous information.when update form open then we get our previous information in textbox,checkbox,selct,radio button.How can we show the information in checkbox,select menu,radio button which is available in database?

0 Answers  


Give string types available for column?

0 Answers  


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

0 Answers  


Give the syntax of REVOKE commands?

1 Answers  


What is join in mysql? What are the different types of join?

0 Answers  


What happens if null values are involved in expressions?

0 Answers  


How to use like conditions?

0 Answers  


What is difference between mysql and mysqli?

0 Answers  


How do I install and use mysql?

0 Answers  


What is mysqli_num?

0 Answers  


Where is mysql data stored?

0 Answers  


Categories