what do you mean by longblob Data type in MySql?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the use of procedure in mysql?
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?
Give string types available for column?
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
Give the syntax of REVOKE commands?
What is join in mysql? What are the different types of join?
What happens if null values are involved in expressions?
How to use like conditions?
What is difference between mysql and mysqli?
How do I install and use mysql?
What is mysqli_num?
Where is mysql data stored?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)