While specifying master/detail relationship between two
blocks specifying the join condition is a must ? True or False.
Answers were Sorted based on User's Feedback
Answer / eshwari
Yes it is necessary to have a join condition to make a
relation between master-detail tables.
by using the data link option we can create a relation
between two tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference when confine mode is on and when it is off?
What is the difference between formula column and place holder?
What are the Built-ins to display the user-named editor?
Is a Keystartup trigger fires as result of a operator pressing a key explicitly ?
Can you pass data parametrs to forms?
What are the default extensions of the files careated by forms modules?
How i call Reports from Forms10g.
What are the built_in used to trapping errors in forms 4?
Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE (VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost, DEVIN – Language the software or package is developed in, SCOST – Software Cost, DCOST – Development Cost, PROF1 – Proficiency 1 Use the above table definitions to answer the questions that follow. Find out the selling cost average for packages developed in Oracle. Display the names, ages and experiences of all programmers How much revenue has been earned through
from where do u receive the information to develop report
List the buil-in routine for controlling window during run-time?
what is the exact navigation to create a radio button in form6i? can i create the radio button in report6i?