Select the use constraint property is ON Block definition screen. BLOCK
Latest Answer : We control the constraints in forms while selecting primary key 'yes' in property palett. ...
False.
It fires just before SQL * forms the current block.
Latest Answer : that master detail trigger name is on-clear-details. so this trigger does not exist atleast in 6 and above versions. don'y know abt lower versions ...
These triggers are executes when inserting, deleting and updating operations are performed and can be used to change the default
Latest Answer : hi Triggers are like stored pocedure consisting of batch of sql statements. ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS attached to the respective tables get fired when the tables gets manipulated by the query containing DML statements and checks for ...
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
a. ON-INSERT b. POST-INSERT c. PRE-INSERT PRE-INSERT,ON-INSERT & POST-INSERT.
No.
Latest Answer : No, we cann't use go_block in pre_field trigger ...
What is Post-Block is a . a. Navigational Trigger. b. Key trigger c. Transaction Trigger. Navigational Trigger.
1. System.block_status 2. System.current_block 3. System.current_field 4. System.current_value
What is the difference between system.current_field and system.cursor_field ?
1. System.current_field gives name of the field. 2. System.cursor_field gives name of the field with block name.