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
How to test null values?
Describe the types of sub query?
What are the different types of database objects?
What is the difference between substr and instr?
How to write a query with an inner join in oracle?
How to use an explicit cursor without open statements?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
Is oracle an operator?
What is oracle rownum?
How to convert times to characters in oracle?
Explain a data segment?
20. Using a set operator, display the client number of all clients who have never placed an order.
How to turn on or off recycle bin for the instance?
Explain the use of compress option in exp command.
How to retrieve the count of updated rows?