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
What are the requirements to use odbc connections in php scripts?
What is raiseerror? What is raiseerror?
Why do we use stored procedures in sql server?
What are three major types of constraints?
What are the filtered indexes?
How to write a query with a full outer join in ms sql server?
Define self join?
What are cascading parameters in ssrs reports?
What is dbcc? Give few examples.
What are the pre-defined functions in the sql server?
What is the default schema of your login session in ms sql server?
What is difference between delete and truncate commands?
What is update_statistics command?
Is it ok to shrink transaction log?
Can sql servers linked to other servers like oracle?