What is the difference between SQL and SQL Server?
Answer Posted / anusha
SQL is a language which is used to retrieve and manipulate
data in database .... SQL Server is the relational data base
management system, a product from Microsoft.
(or)
SQL - Structured Query Language - is an open, vendor-
independent,
standardised language for accessing and manipulating data
stored in
relational databases. The standards are defined by ANSI.
SQL Server is one of many products that supports and
implements the SQL language.
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
How to create a test table in your mysql server?
What is the difference between truncate and delete in mysql?
What are the disadvantages of mysql?
Where the database is stored in mysql?
How do I know if mysql is installed on windows?
Which is best pdo or mysqli?
What is meant by sharding?
What is information_schema in mysql?
What is text in mysql?
How to return query output in html format?
How do I start mysql from command line?
How to display top 10 rows in mysql?
How to enter boolean values in sql statements?
Explain % and _ inside like statement?
What does the file with the extension: frm, myd, and myi contain?