adspace


explain the
difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?

Answer Posted / Akash Singh

Oracle SQL and Microsoft SQL Server SQL (Structured Query Language) are similar in that they are used for querying, manipulating, and managing data in databases, but there are some differences:
- Platform: Oracle SQL is a part of the Oracle Database Management System, while SQL Server SQL is a component of Microsoft SQL Server.
- Syntax: There are minor differences in syntax between the two, such as the use of double quotes for identifiers in Oracle versus square brackets in SQL Server.
- Performance and Scalability: Both databases have their strengths and weaknesses in different areas depending on factors like workload, data type, and hardware configuration. However, both are capable of handling complex and large-scale applications.
- Integration: Oracle and SQL Server can be integrated with other components within their respective ecosystems, offering more comprehensive solutions for businesses.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of problems occurs if we do not implement proper locking strategy?

1500


What is the primary use of the model database?

1151


Explain “row_number()” in sql server with an example?

1080


Why we use the openxml clause?

1080


Why and when do stored procedure recompile?

1064


Does view occupy space?

1022


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8232


Can one drop a column from a table?

1091


How to connect php with different port numbers?

1191


How to remove duplicate rows from table except one?

1090


Can we shrink data file in sql server?

1130


Why use identity in sql server?

1203


Why should you use or avoid select * statements?

1111


What is sql server query analyzer?

1131


What is subquery? Explain the properties of a subquery?

1063