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 objects does the fn_my_permissions function reports on? : sql server security

1 Answers  


How can you swap values between two rows in a table using single- SQL statement?

1 Answers   Tavant Technologies, Virtusa,


What are the different types of normalization?

1 Answers  


What is user-defined scalar function?

1 Answers  


What is the difference between constraints and triggers?

9 Answers   Wipro,


Can we join two tables without primary key?

1 Answers  


What is 2nf normalization form?

1 Answers  


How do you create type- insensitive operator?

1 Answers   EXL,


What is indexed view? How to create it?

1 Answers  


Define compound operators?

1 Answers  


hi friends please answer this question ASAP:- how to count the no. of employee in a each department or no. of employee in each location by using emp/dept table

7 Answers   Indecomm,


What is a document index?

1 Answers  


Categories