Results 1 to 4 of 4

Thread: Differentiation between Oracle & SQL

  1. #1
    Join Date
    Nov 2009
    Posts
    56

    Differentiation between Oracle & SQL

    Hi,

    I am Bsc(IT) student. It was not too difficult for me to understand the oracle . But get confused when started learning the sql. I am not able to differentiate the in between oracle and the sql.

    If anyone know the difference between the oracle and the sql then please let me know.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Differentiation between Oracle & SQL

    Hi friends,

    Following are some differences between oracle and sql:

    *. Oracle: It the one of RDBMS(Relational Data base Management System) which enables us to the object value id the various tables of the database.

    *. SQL: SQL( Structured Query Language) works as interface between the user of the database and the DBMS(Database Management System).

    *. Oracle: Oracle mainly uses the concept of the "multiprocessor".

    *. SQL: Oracle mainly uses the concept of the "multithreading".

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Differentiation between Oracle & SQL

    Hello,

    1.ORACLE is the advanced database handling tool than the SQL.
    2.Oracle uses it's own programming language which is known as Pl-Sql.
    3.Oracle has the advanced features than the SQL.
    4.In Oracle we are able to use the query in more different methods rather than in the SQL.

    I don't more other than above difference.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Differentiation between Oracle & SQL

    Hi,

    Normally SQL command comprises of DML and DDL type, Please go through the below example of the DML and DDL:

    Example of DDL:

    cteate table demo
    (
    columndemo1 number PRIMARY KEY,
    columndemo2 varchar(20),
    );
    Example of DML:

    Select columndemo1, columndemo2, columndemo3
    FROM demo;

Similar Threads

  1. Differentiation between XML and PHP
    By Gokul20 in forum Software Development
    Replies: 5
    Last Post: 10-03-2010, 03:43 PM
  2. Differentiation between XML and Html
    By Sarfaraj Khan in forum Software Development
    Replies: 5
    Last Post: 12-02-2010, 12:27 PM
  3. Differentiation between WAN and LAN
    By Dolsy_bendal in forum Networking & Security
    Replies: 4
    Last Post: 30-11-2009, 10:46 AM
  4. Want to implement differentiation in C++
    By ADEN in forum Software Development
    Replies: 1
    Last Post: 25-10-2008, 06:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,309,780.36756 seconds with 17 queries