what's the difference between SQL & MY-SQl...?

And what we learn from these ....?

Answer Posted / krishna

In simple terms:
 
SQL is a common  database computer language designed for the retrieval and management of data in relational database management systems (RDBMS) -- basically a standard interactive and programming language for querying and modifying data and managing databases.  Very standard for uses ranging from the simplest Microsoft Access applications, up to complex multi-server distributed Oracle applications.




MySQL is a multithreaded, multi-user SQL database management system (DBMS) providing multi-user access to a number of databases.  MySQL is commonly the back engine database for a great many applications, and often the database of choice for web-based applications.
 
Comparing the two is a little like comparing the English language to Tom Clancey's last book, one uses the other -- but from there the differences are many.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is implicit cursors?

551


What is history table in sql server?

501


What are cascading parameters in ssrs reports?

176


Differentiate between a having clause and a where clause.

518


What is the difference between an index and a unique index?

544






What is the difference between dbcc indexdefrag and dbcc reindex?

519


How to list all triggers in the database with sys.triggers in ms sql server?

536


Where are sql server usernames and passwords stored in the sql server?

611


What are the properties of the transactions?

612


How to create hyperlink from returned sql query ?

618


What are approximate numeric data types in ms sql server?

582


Write a sql query to sort on different column name according to the parameters passed in the function?

530


Do you know what is a with(nolock)?

600


What is always encrypted?

516


How many types of database relationship in sql server?

561