What is PL/SQL ?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
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 |
Name the three major set of files on disk that compose a database in Oracle?
What is pragma restrict_reference in oracle 9i?When we use this?Give me one realtime scenario?
how to produce numbers from 1 to 10 using dual table
What are the restrictions in a oracle read only transaction?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
Explain overloading. Can functions be overloaded?
How to use "in out" parameter properly?
Can objects of the same Schema reside in different tablespaces.?
select * from emp what happened internally when we write this query in the sql prompt?
Can you have more than one content canvas view attached with a window ?
which statement is running fastly ie insert or delete?
How many anonymous blocks can be defined?