Approved Answer - Chosen by anupsshelke (Question Asker)
It is possible to create logical file on join logical file?
No, not if it's a native DDS logical file. If it's a join logical file that's a SQL VIEW, then yes, you can create another logical file that is also a SQL VIEW over it.
Tom
ANSWERED: May 25, 2012 6:38 AM (GMT) by anupsshelke
Other Answers:
Last Wiki Answer Submitted: June 14, 2013 6:15 pm by Michael Tidmarsh14,060 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
You can however, create a SQL view over a logical (though not the best for performace), or a SQL view over another SQL view.
In most cases, a SQL view will work as well as an unkeyed logical. Depends what you are trying to accomplish.
not possible, bcoz join file is one of the logical file then how could u build the lf on another lf, so it’s not possible
thank you sir
Raja7rays
You create a new logical based on the actual physicals.
you cannot create a Logical File based on another Logical File. You can do it based on Physical Files.
You can however, create a SQL view over a logical (though not the best for performace), or a SQL view over another SQL view.
In most cases, a SQL view will work as well as an unkeyed logical. Depends what you are trying to accomplish.