Asking the motivation behind a question is often helpful in
solving the underlying problem. For example, a junior programmer I was working with once asked me how to store arrays in Postgres. I asked why she wanted to, and a non-answer was the most useful reply: "CREATE TABLE a_many_to_many_b ( a_id BIGINT REFERENCES(a.id), b_id BIGINT REFERENCES(b.id))." (Skipping indices, constraints.)
In any case, I'll ask again - could you lay out your reasoning in more detail? I really can't figure out how you determined this implication of the question, what "the problem" (as you perceive it to be) is or why you believe it was "defensive".