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 |
What is recovery manager in Oracle?
How to find out what privileges a user currently has in oracle?
Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)
How to get the Installed Oracle Version Information ?
Explain the use of record option in exp command.
Explain compound trigger in oracle?
Please explain oracle data types with examples?
which sql command we can use to get a print out from oracle?
How to execute a stored procedure in oracle?
How to concatenate two text values in oracle?
5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
Explain the use of indexes option in exp command.