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

Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?

0 Answers  


What is table level locking in mysql?

0 Answers  


What is a mysql model?

0 Answers  


I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks

2 Answers   Sun Life,


Does mysql automatically index foreign keys?

0 Answers  






How many ways we can we find the current date using MySQL?

3 Answers  


What is a join? Explain the different types of mysql joins.

1 Answers  


What does mysql_fetch_assoc do?

0 Answers  


What is flush privileges in mysql?

0 Answers  


How do I restore a mysql database?

0 Answers  


What is difference between mysql and mysql server?

0 Answers  


How can I see all mysql databases?

0 Answers  


Categories