Answer Posted / hrindows@gmail.com
Images in MySQL can be stored as blobs. For saving them: All the database images are converted into the blobs first. Then, they will get inserted into the database, and later on, it will get stored into the disk.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use mysql and mysqli together?
How can you count the total number of records of any table?
How do you say mysql?
How do I start mysql in ubuntu?
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
How to write optimized query in mysql?
How do I import database through command line?
What is current version of mysql?
What does do in mysql?
What is the usage of regular expressions in mysql?
What is mvcc in mysql?
What are the 3 main types of search queries?
What is the full meaning of mysql?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What are views in mysql?