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 Heap tables?
How do I show users in mysql?
Where is the mysql data directory?
What are the features of mysql?
How do I download mysql?
Why is mysql popular?
What are the different mysql database engines?
What is the function of myisamchk?
What is schema in mysql?
What are aggregate functions in mysql?
What is the role of a limit in a mysql query?
Can varchar be primary key?
How you will Show unique records.
I want to find out all databases starting with ‘test’, I have access to?
What is longblob?