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 are the drivers in MySQL?

1 Answers  


How many threads can mysql handle?

0 Answers  


How to decrement dates by 1 in mysql?

0 Answers  


What different Stored Objects are supported in MySQL?

1 Answers  


How to show certain selected rows with the value "pcds".

0 Answers  






Which datatype is used for email in mysql?

0 Answers  


How do stored procedures work?

0 Answers  


Explain the difference between BOOL, TINYINT and BIT?

1 Answers  


What is required to create mysql database?

0 Answers  


Is mysql a dbms?

0 Answers  


using primary can we relate two table, with out foreign key?

0 Answers  


HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE

0 Answers  


Categories