What is the difference between SQL and SQL Server?
Answer Posted / 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 |
Post New Answer View All Answers
What are stored procedures and functions?
Why we use mysql workbench?
Is mysql open source?
Where is the mysql config file?
What is mysql cursor?
What is a csv table?
Is mysql a framework?
How do I declare a variable in mysql?
What are date and time data types?
Can you tell a way to know the number of days between the two given dates in php?
Explain the difference between primary key and candidate key in mysql?
How do I import database through command line?
What is flush privileges in mysql?
What is 1nf 2nf 3nf?
How to include character strings in sql statements?