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
Write a query to display current date and time?
What is mysql data directory?
Is mysql still popular?
How do you kill a long running query in mysql?
What is different between sql and mysql?
How do I switch users in mysql?
Why we use mysqli instead of mysql?
what is the difference between between and in operators in mysql?
How to create a table?
What is delimiter $$?
How many rows can mysql hold?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
What is offset limit?
What is query design?
Do while loop in mysql procedure?