what's the difference between SQL & MY-SQl...?
And what we learn from these ....?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What are distributed partitioned views?
What are the properties of the transaction?
How to execute stored procedure and set temp table in sql server?
In clustered and non clustered indexes which one is faster while executing a query ?
What stored by the model?
Difference between writing SQL query and stored procedure ?
15 Answers Cognizant, Infosys, TCS, Veritas,
What are the different index configurations a table can have?
What are the authentication modes in SQL Server?
How to provide Security for package?
What are the different authentication modes in sql server?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?