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
Query to retrieve record for a many to many relationship ?
How to speed up webrick?
How to view all columns in an existing table?
Explain the use of record length option in exp command.
Point out the difference between user tables and data dictionary?
how to clone 9i Database on to 10g Database.
How to build data dictionary view an new database?
How to pass parameters to procedures?
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.
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Can we use bind variables in oracle stored procedure?
What is recovery manager in Oracle?
What are the components of logical database structure in oracle database?
How to use null as conditions in oracle?
How to delete multiple rows from a table in oracle?