What Is Loop In Frame work manager?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Ch Kashif
Loop: loop is a closed path (relation) that exists among 3 (or) more tables. For
example, if we have ‘3’ tables T1, T2, T3 then, a loop exists among these tables only
when we create joins in the following fashion:
Loop: T1 —> T2 —> T3 —> T1
To resolve the above problem, we have to create a shortcut (or) Alias to the Table T1.
No Loop: T1 —> T2 —> T3 —> Alias (or) Shortcut of T1