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
How do I change the max connection in mysql?
How to run a sql statement?
How to enter boolean values in sql statements?
Is mysql an oracle product?
Can a table have multiple primary keys?
What is the use of concat() in mysql?
What is sharding in mysql?
What is query log in mysql?
What ascii 31?
What is datatype in mysql?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
Is mariadb better than mysql?
What is the use of i-am-a-dummy flag in mysql?
How do we delete a row in a table?
What is action query?