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 the difference between the primary and unique key in mysql?

0 Answers  


How do I install and use mysql?

0 Answers  


What are different TEXT data types in MySQL?

1 Answers  


How to convert character strings to dates?

0 Answers  


How do you start and stop MySQL on Windows?

3 Answers  






How internally data stores in MyISAM and INNODB table types?

0 Answers   Zensar,


How triggers can be used in mysql?

0 Answers  


How to get a list of all tables in a database?

0 Answers  


Is there an object-oriented version of MySQL library functions?

1 Answers  


What are the types of queries?

0 Answers  


How to get nth highest salary from table in a mysql?

0 Answers  


How does mysql store binary data?

0 Answers  


Categories