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 is query optimizer in sql server?
What is primary key, unique key, and foreign key?
What is a user-defined function in the sql server and what is its advantage?
What is bcp? When does it used?
where the connection string store in the database
What happens if the update subquery returns no rows in ms sql server?
what is the difference between a primary key and a unique key? : Sql server database administration
Tell me what are the advantages of using stored procedures?
‘Order by’ is not allowed in a view how can you sort information from a view?
How to delete existing triggers using "drop trigger"?
What is the difference between lock, block and deadlock? : sql server database administration
Explain alternate key, candidate key and composite key in sql server?
How to optimize stored procedures in sql server?
What is similarity and difference between truncate and delete in sql?
Why should one not prefix user stored procedures with ‘sp_’?