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 is use command in mysql?
What is the maximum no of columns a table can have?
What are the different tables present in MySQL?
How do you rename a table in mysql?
How to delete the repeated records from a table?
Is mysql a scripting language?
What is database url for mysql?
Explain the different types of constraints?
change column name and make a unique column so we get no dupes.
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
How to get a list of columns in an existing table?
How do you kill a long running query in mysql?