What is a master detail relationship?
Answer / guest
A master detail relationship is an association between
two base table blocks- a master block and a detail
block. The relationship between the blocks reflects a
primary key to foreign key relationship between the
tables on which the blocks are based.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a Layout Editor?
What is relation between the window and canvas views?
Give built-in routine related to a record groups?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
i am writing a query select EmpNo from Emp how can i call in after parameter form
Where is a procedure return in an external pl/sql library executed at the client or at the server?
What is an OLE?
How many windows in a form can have console?
Can a formula column refered to columns in higher group?
How many pages you can in a single form ?
What are the built-ins that are used for setting the LOV properties at runtime?
When a form is invoked with call_form, Does oracle forms issues a save point?