Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews DB Oracle Interviews:Concepts and ArchitectureData AccessDatabase ArchitectureDatabase ManagementDatabase Security OracleDistributed ProcessingFlexfieldForms ReportsGeneral OracleMemory ManagementMTO-SAP Financial AccountingOCIOracle AOLOracle AROracle Backup RecoveryOracle D2KOracle DatabaseOracle Database DeveloperOracle DB OptimizationOracle DBAOracle DeveloperOracle ETLOracle Forms 3.0Oracle Forms 4.0Oracle GLOracle PL-SQLOracle RMANOracle ScenariosOracle SecurityOracle SQLOracle System ArchitectureOracle Technology Network (OTN)Programmatic ConstructsRAC (Real Application Clusters)SQL Plus
Copyright © 2018. All Rights Reserved
Oracle Database Interview Question:
What Are the Types PL/SQL Code Blocks?
Submitted by: AdministratorAd
There are 3 types of PL/SQL code blocks:
► Anonymous Block - A block of codes with no name. It may contain a declaration part, an execution part, and exception handlers.
► Stored Program Unit - A block of codes with a name. It is similar to an anonymous block. But it can take parameters and return values.
► Trigger - A block of code that can be defined to fire based an specific event.
Submitted by: Administrator
► Anonymous Block - A block of codes with no name. It may contain a declaration part, an execution part, and exception handlers.
► Stored Program Unit - A block of codes with a name. It is similar to an anonymous block. But it can take parameters and return values.
► Trigger - A block of code that can be defined to fire based an specific event.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
