954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

difference

What is the difference between oracle and sql?
I am new to this field.Please help!!!!!!!!!!!!!!!!!!!!

amrita111
Light Poster
32 posts since Aug 2010
Reputation Points: 14
Solved Threads: 3
 

Oracle is an ORDBMS and sql is a programming language to interact with database.

Please read books for details.

debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 

SQL (often referred to as Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS).
while
Oracle(commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system (ORDBMS)

Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67
 

Colloquially, when most people are talking about the difference between Oracle and SQL, they actually mean "between Oracle and Microsoft SQL Server (a.k.a. MSSQL)". They are products from two different companies competing in the relational database engine market. They share some SQL syntax as they are both based on ANSI standards, but they each have their own "flavor" of SQL extensions. Additionally, they have their own sets of management and query tools.

Hope this is what you're looking for.

BitBlt
Master Poster
711 posts since Feb 2011
Reputation Points: 367
Solved Threads: 109
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You