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



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

Answer / 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

More SQL Server Interview Questions

What is a synonym for manipulation?

1 Answers  


What is query and its types?

1 Answers  


What is the difference between IN and EXISTS operators in SQL Server?

9 Answers   ASD Lab, CSC, Intelligroup,


Explain what is lock escalation?

1 Answers  


Explain fundamentals of Data ware housing & OLAP?

2 Answers  


Explain comment on transactions?

1 Answers  


How many types of Outer Joins?What are they?

1 Answers  


What are defaults? Is there a column to which a default can't be bound?

2 Answers   TCS,


How to change the name of a database user?

1 Answers  


How to create and drop temp table in sql server?

1 Answers  


What is service broker?

1 Answers  


How do you make a trace?

1 Answers  


Categories