what's the difference between SQL & MY-SQl...?
And what we learn from these ....?
Answer Posted / 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 |
Post New Answer View All Answers
What is ems sql management studio? : sql server management studio
Explain an automatic checkpoint
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Write a program to fetch first 10 records from a file?
Working with TLogs
What are the advantages of user defined function?
How can you fetch alternate records from a table?
What do you mean by data integrity?
What are the parts of a function?
What purpose does the model database server?
Find first and last day of current month in sql server
Why de-normalization required?
Explain DBCC?
Mention the differences between local and global temporary tables.
How to truncate the log in sql server 2012? : sql server database administration