How MySQL is different from SQL?

Answer Posted / himanshu patel

SQL is stand for Structured Query Language, while My SQL is
Open Source Database Package.

SQL is used for Handling i.e(Data Retrieval, Data Deletion,
Data Modification) data which are stored in Mysql Database
Engine in the form of Tables, field(Rows) , Tupples (Columns).

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is mysql easy to learn?

696


How you can create a trigger in mysql?

749


Is mysql a scripting language?

668


What is mysql installer?

708


Can varchar be primary key?

698


How to create a test table in your mysql server?

748


I want to find out all databases starting with ‘test’, I have access to?

879


Write a query to find duplicate rows in table?

699


Define REGEXP?

844


What is the current version of mysql?

703


how we will Show selected records sorted in an ascending (asc) or descending (desc).

765


why not null is not allowed at table level

2518


What is difference between oracle and mysql?

700


Why myisam is faster than innodb?

697


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?

2391