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 |
How do I copy an entire mysql database?
How can I insert images into a Mysql database?
What is myisam?
How can increase the performance of MySQL select query?
3 Answers RV Technologies, Span Systems,
Hi Team, This is kartik, I recently completed my B-tech. Importance of posting this question is for to know the best books on SQL(MYSQL/Oracle)? I like SQL concept's so much, at the same time i decided to choose SQL for my career purpose. So please suggest me the best books that are very helpful for a fresher to improve concepts like (SQL/PLSQL)Basics, programming concepts, architectures etc. Please consider my request as an important one. I am very thankful to you for providing this opportunity. If possible can you please send the names of books for my personal id also: karthikgdv1206@yahoo.com. Thanks, Kartik T
What is longblob in mysql?
What are the differences between mysql vs sql server?
What are the differences between innodb and myisam engines?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
What is blob and text in mysql?
What is mysql_query?
What is meant by decimal (5,2)?