Answer Posted / hr@tgksolutions.com
The PL/SQL compilation process involves:
• Parsing: The PL/SQL code is checked for syntax errors.
• Compilation: The code is converted into a format the Oracle Database can execute.
• Storage: The compiled code is stored in the database.
• Execution: When the PL/SQL code is called, it is executed by the database engine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is inner join faster than left join?
Does truncate table reset auto increment?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
Is sql a oracle?
What is sequence in sql?
What is the importance of sqlcode and sqlerrm?
What are the advantages of pl sql over sql?
What is cross join sql?
What is the difference between sum and count in sql?
What is the difference between drop and truncate commands?
What is the difference between a procedure and a function?
What is a crud api?
What is rownum?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba