Log in

View Full Version : Sql Vs. Oracle


ramadevi
Jan 27, 2007, 02:32 AM
Sir,

Would u explain the differences between the oracle and sql, as while working with oracle v r using sql and then executing our command.

ScottGem
Jan 27, 2007, 07:39 AM
SQL (Structured Query Language) is a programming language used to manage data in SQL compliant databases. Oracle is a SQL compliant database.

There are different dialects of SQL, with database providers adding proprietary commands.