what is pragma?
Answers were Sorted based on User's Feedback
Answer / svj
PRAGMA (also called pseudo instructions) is the keyword
that signifies that the statement is a compiler directive,
which is not processed when PL/SQL block is executed.
Rather,it directs the PL/SQL compiler to interpret all
occurrences of the exception name within the block as the
associated Oracle server error number.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
How to assign values to variables?
which institute and which faculty is providing best training for oracle sql, plsql in hyderabad
9. Display the client name and order date for all orders using the JOIN . . . USING method.
What is a data dictionary and how can it be created?
hai, I am searching job on Oracle10g and PL/sql,Unix... can any one send me resume format. an suggest me how to prepare.. ann books..
How to delete a user account in oracle?
What are the database administrators utilities available?
What happens to indexes if you drop a table?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What is the order of defining local variables and sub procedures/functions?
What is a Public Synonyms ?