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
How much memory that we are using in Logshipping Concept?
What is msdb database? : SQL Server Architecture
How to find out what is the default collation in a database?
what are the core components of SSRS?
How to set the current database in ms sql server?
What is the stuff?
Why use “nolock” in sql server?
What are the different types of normalization?
What is difference between getdate and sysdatetime in sql server 2008?
What is user-defined inline table-valued function?
Is sql server difficult to learn?
What is row_number function?
What is the partitioning method?
What is similarity and difference between truncate and delete in sql?
How can a user-defined datatype be created?