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 to show certain selected rows with the value "pcds".
What is row level locking?
How to enter numeric values as hex numbers?
What does mysqli_fetch_assoc do?
How do I declare a variable in mysql?
Can we store pdf files in mysql?
What is the difference between now() and current_date()?
How to create a trigger in mysql?
Why do we use preparedstatement?
How do I change the max connections in mysql?
Explain the storage engines in mysql?
What is table level locking in mysql?
What is the command line end user interface - mysql?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
What are date and time data types?