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

How to create triggers in MySQL?

1 Answers  


How to use like conditions?

1 Answers  


How will show all records containing the name "sonia" and the phone number '9876543210'

1 Answers  


How to enable or disable a row of a table using MySQL in struts?

1 Answers  


What is blob in mysql?

1 Answers  


What is the hostname for mysql database?

1 Answers  


What is a table schema?

1 Answers  


What is mysql connector used for?

1 Answers  


What?s the difference between PRIMARY KEY and UNIQUE in MyISAM?

4 Answers   Aufait, CSS, Wipro,


date funciton

2 Answers  


What are the features of Stored Procedures in MYSQL?

1 Answers  


How does mysql encrypt passwords?

1 Answers  


Categories