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

Explain the various types of concurrency problem?

0 Answers  


Please get the 4 th maximum salary from a table without using any sql keyword (TOP,MAX are mot allowed)

8 Answers  


Do you know data definition language, data control language and data manipulation language?

0 Answers  


What is BCP? When does it used in sql server 2012?

0 Answers   TryTechnicals Pvt Ltd,


How to insert multiple rows with one insert statement in ms sql server?

0 Answers  






Write a sql query to display the current date?

0 Answers  


what is bit datatype? : Sql server database administration

0 Answers  


There are two tables (T1, T2) with different rows. Find the output of query. Select count(*) from T1,T2.

3 Answers   Amdocs,


Does a specific recovery model need to be used for a replicated database? : sql server replication

0 Answers  


How will you go about resolving deadlocks?

0 Answers  


What is the data type of time?

0 Answers  


When a primary key constraint is included in a table, what other constraints does this imply?

0 Answers  


Categories