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

And what we learn from these ....?

Answers were Sorted based on User's Feedback



what's the difference between SQL & MY-SQl...? And what we learn from these ....?..

Answer / 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

what's the difference between SQL & MY-SQl...? And what we learn from these ....?..

Answer / m.syamaladevi

sql is a structured query language which i a standered language for accessing and manipulating database And mysql is completely different that it is a database management system

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the use of attributehierarchyvisible ? : sql server analysis services, ssas

0 Answers  


What are distributed partitioned views?

0 Answers  


What are the properties of the transaction?

0 Answers  


How to execute stored procedure and set temp table in sql server?

0 Answers  


In clustered and non clustered indexes which one is faster while executing a query ?

1 Answers  






What stored by the model?

0 Answers  


Difference between writing SQL query and stored procedure ?

15 Answers   Cognizant, Infosys, TCS, Veritas,


What are the different index configurations a table can have?

0 Answers  


What are the authentication modes in SQL Server?

4 Answers   IBM, iSmart,


How to provide Security for package?

1 Answers   Convergys,


What are the different authentication modes in sql server?

0 Answers  


Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?

0 Answers  


Categories