GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  PL/SQL
Next Question 
 PL/SQL  |  Question 1 of 241    Print  
 What is PL/SQL ?
PL/SQL  is  a  procedural  language  that  has  both  interactive  SQL  and procedural  programming  language constructs such as iteration, conditional branching.



  
Total Answers and Comments: 9 Last Update: September 30, 2009   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 17, 2006 02:09:13   #1  
tm1966_muthu Member Since: February 2006   Contribution: 6    

RE:  What is PL/SQL ?
PL/SQL is Oracle's Procedural Language extension to SQL. PL/SQL's language syntax structure and datatypes are similar to that of ADA. The language includes object oriented programming techniques such as encapsulation function overloading information hiding (all but inheritance) and so brings state-of-the-art programming to the Oracle database server and a variety of Oracle tools.

 
Is this answer useful? Yes | No
March 03, 2006 07:48:24   #2  
Nagendra        

RE:  What is PL/SQL ?

Hi Sir

1.What is PL/SQL ?

Answer :

PL/SQL is Procedural Language extension to SQL. PL/SQL's language syntax structure and datatypes are similar to that of ADA. The language includes object oriented programming techniques such as encapsulation function overloading information hiding (all but inheritance) and so brings state-of-the-art programming to the Oracle database server and a variety of Oracle tools.


 
Is this answer useful? Yes | No
April 05, 2007 02:55:12   #3  
sumanamara_ora Member Since: April 2007   Contribution: 1    

RE:  What is PL/SQL ?
hii
pl/sql is procedural language extenction to structure query language.

 
Is this answer useful? Yes | No
July 23, 2007 05:33:56   #4  
rajesh        

What is PL/SQL ?


PL/SQL is a procedural language that Oracle developed as an extension to standard SQL to provide a way to execute procedural logic on the database.

New Term - If you have worked with relational databases in the past you are no doubt familiar with SQL which stands for Structured Query Language. SQL itself is a powerful declarative language. It is declarative in the sense that you describe the results that you want but not how they are obtained. This is good because you can insulate an application from the specifics of how the data is physically stored. A competent SQL programmer can also push a great deal of processing work back to the server level through the creative use of SQL.

 
Is this answer useful? Yes | No
August 14, 2007 02:24:25   #5  
Yestha Bapna        

RE:  What is PL/SQL ?
PL SQL is a block structured programming language. It combines data manipulation & data processing power. It supports all SQL data types. Also has its own data types i e BOOLEAN BINARY INTEGER
 
Is this answer useful? Yes | No
October 30, 2007 04:58:21   #6  
narender sharma        

RE:  What is PL/SQL ?
Pl/Sql is a procedural extension to sql with design feature of programming language.
 
Is this answer useful? Yes | No
October 30, 2007 05:58:11   #7  
narender1908 Member Since: October 2007   Contribution: 2    

RE:  What is PL/SQL ?
PL/SQL is procedural extension to SQL with design feature of programming language.
 
Is this answer useful? Yes | No
February 16, 2008 15:27:46   #8  
g_sidhu Member Since: August 2007   Contribution: 122    

RE:  What is PL/SQL ?

PL/SQL is the procedural extension to SQL with design features of programming languages. Data manipulation and query statements of SQL are included within procedural units of code. PL/SQL offers modern software engineering features such as data encapsulation exception handling information hiding object orientation.


 
Is this answer useful? Yes | No
September 30, 2009 00:54:31   #9  
surya72446 Member Since: September 2009   Contribution: 2    

RE:  What is PL/SQL ?

PL/SQL stands for procedural languages extensions to SQL and it's theme is to hold a bunch of SQL statements as a single function and return a single output.
PL/SQL is advantageous compared to other programming languages as it is a Oracle proprietary and does not require any external interfaces for the database connectivity.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape