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 normalization? Explain different levels of normalization? : Sql server database administration

656


How to run sql server 2005 books online on your local system?

519


What is a table called, if it has neither cluster nor non-cluster index? What is it used for?

600


What is the bookmark lookup and rid lookup?

578


What do you mean by data integrity?

599






What is the architecture of ms sql reporting service?

530


Indexes are updated automatically is the full-text index also updated automatically?

626


Can you always create a cache of a report?

115


What is the difference between delete and truncate statements?

571


how you can deploy an ssrs report?

127


How many database files are there in sql server 2000?what are they?

582


A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?

524


Explain how you can configure a running aggregate in SSRS?

111


How to get a list all databases on the sql server?

583


can a database be shrunk to 0 bytes, if not, why? : Sql server administration

610