What is PL/SQL ?

Answer Posted / glibwaresoftsolutions

PL/SQL refers to Procedural Language/Structured Query Language. It is a programming language extension of SQL that allows you to write procedural code, such as loops, conditional statements, exception handling, and SQL statements. PL/SQL is mainly used for developing database applications and stored procedures within Oracle Database.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Query to retrieve record for a many to many relationship ?

2318


How to speed up webrick?

855


How to view all columns in an existing table?

736


Explain the use of record length option in exp command.

828


Point out the difference between user tables and data dictionary?

779


how to clone 9i Database on to 10g Database.

2106


How to build data dictionary view an new database?

805


How to pass parameters to procedures?

784


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1505


how to convert .db (extention) database file into .dmp (extention ) for oracle database ?

2351


Can we use bind variables in oracle stored procedure?

715


What is recovery manager in Oracle?

830


What are the components of logical database structure in oracle database?

867


How to use null as conditions in oracle?

784


How to delete multiple rows from a table in oracle?

820