Results 1 to 6 of 6

Thread: Difference between SQL,SQL*PLUS and PL/SQL

  1. #1
    Join Date
    Jan 2010
    Posts
    56

    Difference between SQL,SQL*PLUS and PL/SQL

    Hello guys !

    I am so confused to get some points.would you help me solve this ? There are different terms used in oracle database technology.There are three terms, SQL,PL/SQL,SQL*PLUS. I need to know the difference between these three terms.As we use both SQL and PL/SQL on same prompt then what are the differences in functionality of both.I will be highly obliged to you.

    Thanks.

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Difference between SQL,SQL*PLUS and PL/SQL

    These three are the most important components of oracle database to manage it reliable.These are used on different nodes of oracle structure.

    The SQL is used to fetch the data from database server,SQL*Plus is used by the client of database in network environment and PL/SQL is used to construct the application manipulation through which we can handle the stored procedures and different objects of database.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    SQL(Structure Query language)

    SQL(Structure Query language) :

    SQL was developed at IBM and initially called as SEQUEL.it is also called as Structure Query Language.it is used to query on Relational database,You can make queries on different objects of the database and you can create also according to the limitation and scope of database.

    It has been adopted by two different large organizations,ISO( International standards Organization) and ANSI(American National Standards Institute).It is the base of database and whenever you execute SELECT,CREATE,UPDATE, DELETE commands are the part of SQL.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    The SQL*PLUS in database

    SQL*PLUS in database

    SQL*Plus is an Intellectual application which is used to access the database from server with the help of Structure query language.You can execute the PL/SQL codes also here. The different types of operations are performed like creating stored procedure and functions.

    When you execute any statement under SQL*Plus,you it traverses from different executions and processing.

    The query is executed at client end using SQL*Plus and query transmitted to database server.The database checks the privileges and network authentications after that send it back to the SQL*Plus to display the results of query.

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

    PL/SQL in database

    PL/SQL in database :

    The PL/SQL is a procedural language which is used to create the procedures and function of oracle database. You can access the data from database server using complex operation.The operations can be implemented in an application.

    The different tools of oracle database provides the facility to create the application using this language.You can change the behavior of errors during database access with the help of exception technique and block.

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

    dbms_output.put_line Procedure in PL/SQL

    dbms_output.put_line Procedure :

    The dbms_output.put_line Procedure is a procedure which is used to print the statement in oracle database.
    The procedure contains the package and functions.The defined procedure contains the package named "dbms_output" and function is "put_line".
    The dbms_output contains many functions related to perform the output of statement.The example is given below for above procedure :

    dbms_output.put_line('Hello Dear.... ');

    To print the Character values,you have to specify single court and for integer values pass the variable without any court.

Similar Threads

  1. What is difference between RAM and ROM?
    By Harper 21 in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 30-01-2010, 09:00 AM
  2. Difference between OOP and AOP
    By Sarfaraj Khan in forum Software Development
    Replies: 5
    Last Post: 20-01-2010, 09:20 AM
  3. Difference between jsp and asp.net
    By Crespin in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 06:57 AM
  4. Difference between wap and wep
    By Soggy Bottom in forum Networking & Security
    Replies: 3
    Last Post: 23-11-2009, 09:34 AM
  5. Difference between IDE and ATA
    By LALETTE in forum Hardware Peripherals
    Replies: 3
    Last Post: 09-01-2009, 10:34 AM

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,713,877,014.43481 seconds with 17 queries