What is the difference b/w ORACLE and SQL

..........

Showing Answers 1 - 24 of 24 Answers

Naga Kalyan

  • Sep 29th, 2005
 

SQL is structured Query language to query any relational database. It tells about the operations that could be performed to query the data from a database.

Oracle is a one vendor specific language which does those operations but with is own implementations

Oracle is to SQL as C is to Programming Languages.

  Was this answer useful?  Yes

ramya

  • Dec 20th, 2005
 

Sql is a common language for DBMS,RDBMS.It is a language used to query the records in database.

Oracle is a software package,used to handle or maintain the database.

tarun1282

  • Apr 13th, 2006
 

sql is standard query language used to retrive,insert,modified the data in any relational data baseoracle can be a database

  Was this answer useful?  Yes

khan

  • Apr 20th, 2007
 

In SQL we can retrive data, insert data, delete data, drop data from the list (relational database).

As well as oracle is software which handles the database.

  Was this answer useful?  Yes

vikas

  • May 20th, 2007
 

Oracle is made up of set of processing running on our operating system. These processes manage how data is stored and how it is managed. we just need to understand that oracle is a program running in the background, maintaining your data for you and where it should go on hard drive.

SQL is structured query language, used to accessed the data, it allows you to select your data, insert new record, update, delete records.

  Was this answer useful?  Yes

neelima

  • Jul 16th, 2007
 

Oracle is a database and sql(structured query language) is the language to handle and manipulate  that database.

  Was this answer useful?  Yes

vijaypati

  • Mar 2nd, 2010
 

SQL stands for Structured Query Language. SQL is used for accessing and manipulating databases. SQL can execute queries against a database. SQL can Retrive, insert, update & delete from a database. Create new databases, Tables and views.
Where as Oracle is a software package to handle or store the database.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions