What is the difference between SQL and SQL Server?
Answers were Sorted based on User's Feedback
Answer / ravi soni
"SQL" stands for "Structured Query Language". It is
acceptable by all the databases (Oracle, MS SQL Server, DB2,
Interbase etc) to retrieve / manipulate the data in database.
While SQL Server is actually a MS SQL Server (Microsoft)
database software package for Database Management.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / gangadhar mahabubabad
sql is a language
sql-sever is a software (or) one of the rdbms package.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
List out the components of logical database structure of oracle database.
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
How to write a query with a left outer join in oracle?
How to view the dropped tables in your recycle bin?
17. Display the order number and average item cost for each order.
How do I limit the number of rows returned by an oracle query after ordering?
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
How to recover a dropped table in oracle?
Why do we need integrity constraints in a database?
Draw E-R diagram for many to many relationship ?
difference between truncate and delete ,drop?