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 |
What is backup in Oracle?
How to establish administrator authentication to the server?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
Is it possible to disable the parameter from while running the report ?
What is the difference between alert log file and trace file ?
What is the purpose of save points in oracle database?
what are archived logs?
select statement does not retrieve any records. what exception is raised?
How to list all tables in your schema?
can you explain performance tunning in oracle(sql,PL/SQL)
Explain the function of optimizer in oracle?
Difference between inner join vs where ?