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
Does mysql need a server?
How you will show all data from a table.
What is dirty read and phantom read?
What is database engine in mysql?
What is definer in mysql trigger?
What is difference between mysql mysqli and pdo?
What is blob storage?
What is regex in mysql?
What are the different column comparison operators in mysql?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
Why do we use views instead of tables?
How do I view data in mysql workbench?
Where is the mysql data directory?
What is the difference between truncate and delete in mysql?
Is sql and mysql same?