Goal **** Use a single query to select any rows that are not parents of other rows. However, there is no "childID" field, only a parentID field. So the query would somehow have to look through all fields (to see if their parent ID = the current ID) before deciding whether to return a row. Note, there is only one level of
nesting. That is, if one row has a parent, it will ...