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
Write a command with which mysql table can be repaired
Will mysql remain free?
What are the similarities between a function and a procedure?
How can I change database in mysql?
What is prepared statement in mysql?
What do you need to connect php to mysql?
What is difference mysql and mysqli?
What is meant by decimal (5,2)?
How do you flush privileges?
Which is best pdo or mysqli?
Can you shard mysql?
How do I show all mysql databases?
Is mysql a dbms?
What is the difference between unix timestamp and mysql timestamp?
How many rows we can insert in a mysql table?