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
What is logs in mysql?
How do I fix a crashed mysql database?
Will mysql remain free?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
In how many ways we can retrieve data in the result set of mysql using php?
What is the difference between now() and current_date()?
Write a command to view mysql database table structure?
How to find second highest salary from a table?
How do you name a table?
How to include comments in sql statements?
Can you tell a way to know the number of days between the two given dates in php?
How to delete a trigger in mysql?
How does triggers work in mysql?
How do you rename a procedure in mysql?
What is datatype in mysql?