answersLogoWhite

0

The Oracle RDBMS system primarily provides programming access via 2 languages:

  • SQL - the standard language for searching and updating a relational database. Oracle provides various extensions/customizations to the standard ANSI SQL language. I wouldn't call SQL a programming language exactly, since it's only good for defining database objects (e.g. tables), then querying and updating them.
  • PL/SQL - Oracle's Procedural Language for SQL (hence the name PL/SQL). This is a fairly complete procedural programming language (including limited object-oriented features), primarily used to manipulate the data you've accessed via SQL.

Additionally, Oracle support SQL access via Java (notJavascript).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Difference between sql and sql plus?

SQL*PLUS is a interface between user and Oracle database. It Provide an environment to use the SQL which is a query language to communicate with oracle database


Difference between oracle 10g and sql in points?

god only knows


What are the differences between SQL statement to iSQL plus statement?

Structured Query Lanaguage(SQL) is a command language to communicate with oracle server.whereas SQL*PLUS is an oracle tool that recognises and submits sql statements to the oracle server for execution.


What is the difference between sqlplus and sqlserver?

what is the difference between sqlplus and sqlsever SQL*PLUS is oracle command line utility that allows access to Oracle databases sqlserver is a Microsoft RDBMS (database management system), vaguely based on a Sybase RDBMS if you are looking for SQL*PLUS like interface to SQL Server, the one one is SQLS*PLUS from www.memfix.com


What is deffirence between sql server 2005 and oracle?

oracle runs on any platform whereas sql server runs only on windows.


What are the differences between Oracle and SQL?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


What is the difference between while loop and for loop in oracle?

You mean PL/SQL? Well, they are different things, read the manual for details.


What is the difference between oracle and foxpro?

difference between oracle and foxpro


What are the differences between Oracle 10g and ms sql database?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


Which Oracle software uses SQL server tools?

SQL Server Tools are tools for the Microsoft SQL Server (MSSQL). Oracle is another company that develops database systems and offer Oracle tools to manage Oracle databases.


Examples for dbms and rdbms?

My sql, Microsoft sql , Microsoft Access, dBase, Filemaker pro are the examples for dbms and oracle and sql server are the examples for rdbms


What are the differences between sql and mysql?

SQL is short for Structured Query Language, and MySQL is a database management system, like SQL Server 2005, Oracle.An example would be other programming languages like BASIC and QBASIC where BASIC is the generic term for the BASIC programming language and QBASIC is Microsoft's version (quick BASIC) and TURBO BASIC was Borlands version.oracle supports the user defined datatypes,where as mysql not support all these types of datatypes, like user defined , and cursors like these stuff;;