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 is procedural api?
How can we get the number of rows affected by query?
Can mysql function return a table?
How do I start mysql client?
What is the latest mysql version?
What is mysql root?
How do I make an action query?
How to include character strings in sql statements?
How do I stop a mysql command?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
Where is the mysql config file?
How to create a new table by selecting rows from another table in mysql?
How do I install mysql on windows 7?
What is meant by decimal (5,2)?
What is dblink?