What is the difference between SQL and SQL Server?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the drivers in MySQL?
How many threads can mysql handle?
How to decrement dates by 1 in mysql?
What different Stored Objects are supported in MySQL?
How to show certain selected rows with the value "pcds".
Which datatype is used for email in mysql?
How do stored procedures work?
Explain the difference between BOOL, TINYINT and BIT?
What is required to create mysql database?
Is mysql a dbms?
using primary can we relate two table, with out foreign key?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE