Hello all, How would I go about doing the following?
Given the tables, Recipe, RecipeItem, RecipeInstruction. How do I perform a SELECT only if the SELECT statement of Recipe returned results.
If Recipe exists, return RecipeItems and return RecipeInstructions.