Answer Posted / mathew menalish
SQL- structure query language, micro soft product..
MYSQL- database package.. opensource database which can be available anytime..... no cost of development process..
good for small application...
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do I download mysql on my laptop?
Why should I use mysql?
Why we use mongodb instead of mysql?
How to create and drop view in mysql?
How do I enable mysqli extension?
How do I know if mysql is installed on windows?
How internally data stores in MyISAM and INNODB table types?
What is dbms in mysql?
How do I edit a stored procedure in mysql?
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
How do you create a new database in mysql?
How triggers can be used in mysql?
Where is the mysql data directory?
What you can use regular expression for in mysql? Support your answer with an example?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?