What is the difference between SQL and SQL Server?

Answers were Sorted based on User's Feedback



What is the difference between SQL and SQL Server?..

Answer / 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

What is the difference between SQL and SQL Server?..

Answer / sdivyajob

sql is the programing language for accesing and manipulating
of data in database and sql server is client-server dbms
products.

Is This Answer Correct ?    9 Yes 1 No

What is the difference between SQL and SQL Server?..

Answer / raaaj

excellent answer by anusha... that is 100% right

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is use command in mysql?

0 Answers  


What is the maximum no of columns a table can have?

0 Answers  


What are the different tables present in MySQL?

0 Answers  


How do you rename a table in mysql?

0 Answers  


How to delete the repeated records from a table?

0 Answers  


Is mysql a scripting language?

0 Answers  


What is database url for mysql?

0 Answers  


Explain the different types of constraints?

0 Answers  


change column name and make a unique column so we get no dupes.

0 Answers  


Explain the difference between mysql_fetch_array(), mysql_fetch_object()?

0 Answers  


How to get a list of columns in an existing table?

0 Answers  


How do you kill a long running query in mysql?

0 Answers  


Categories