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
Is mysql easy to learn?
How you can create a trigger in mysql?
Is mysql a scripting language?
What is mysql installer?
Can varchar be primary key?
How to create a test table in your mysql server?
I want to find out all databases starting with ‘test’, I have access to?
Write a query to find duplicate rows in table?
Define REGEXP?
What is the current version of mysql?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
why not null is not allowed at table level
What is difference between oracle and mysql?
Why myisam is faster than innodb?
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?