⟩ Suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
T1's Post-text-item trigger
:textT2 := :textT1;
T1's Post-text-item trigger
:textT2 := :textT1;
Tell us what is the use of Control File?
Tell us what is an Integrity Constrains?
Explain what are the Referential actions supported by FOREIGN KEY integrity constraint?
Tell me what does a Control file Contain?
What is a Data Dictionary in Oracle?
Explain what is SYSTEM tablespace and when is it Created?
What is a Tablespace?
Explain what are the components of Physical database structure of Oracle Database?
Tell me what are the uses of Rollback Segment?
Tell me what is difference between UNIQUE constraint and PRIMARY KEY constraint?