If you want to apply a JOIN to a SELECT statement so that the related rows are loaded in the same result set, which form of relationship loading will you use?

47. If you want to apply a JOIN to a SELECT statement so that the related rows are loaded in the same result set, which form of relationship loading will you use?

  1. Lazyload()
  2. Joinedload()
  3. Subqueryload()

Answer: B) Joinedload()

Explanation:

Joinedload() is used when you want to apply a JOIN to a SELECT statement so that the related rows are loaded in the same result set.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.