Given an items table with a nullable integer column named parent_id and ten rows total, which is true about
the following query?
a. This query may return less than ten rows
b. This query will return all ten rows in the table
c. If one of the values in parent_id is 7, that row will be returned twice
d. None of the above