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 are the dmvs? : sql server database administration

0 Answers  


SQL stops working in every 15 days displaying message that database log file is full. Log file size is 3.95 GB. It is happening after shrinking the database also. What is solution to overcome this problem. Please help me as it's urgent.

5 Answers  


What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?

0 Answers  


What is extended stored procedures?

0 Answers  


what purpose does OPENXML clause have in sql server stored procedure?

1 Answers  






What is the purpose of forms?

0 Answers  


What is a table called, if it does not have neither Cluster nor Non-cluster Index?

2 Answers  


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

0 Answers  


How can u convert the Date to String?

6 Answers   Microsoft, TCS,


How do you find the error, how can you know the number of rows effected by last SQL statement?

2 Answers  


What are the different ways you can create databases in sql server?

0 Answers  


how you can get the list of largest tables in a database? : Sql server administration

0 Answers  


Categories