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 |
How can windows applications connect to oracle servers?
What is an Index ?
What is a system tablespace and when it is created?
What is raw datatype?
Explain the concept of the DUAL table.
What is the minimum client footprint required to connect c# to an oracle database?
Explain the use of compress option in exp command.
What are the uses of linked server and explain it in detail?
How to create index-by table in oracle?
Explain what are the uses of rollback segment?
Whatz the main diff between Subquery and a Join
14 Answers Oracle, Zeta Interactive,
How to write a query with a left outer join in oracle?