SQL Nomenclature: “Query” or “Command” for INSERT/UPDATE/DELETE?
问题 Which is more proper to call INSERT/UPDATE/DELETE statements? Command or query? I would think "command," since "query" implies that you are asking a question and expecting to get your question answered (and more information than just "yes, this operation was performed successfully, and, optionally, here's your insert ID"). Just a question from a mid-level web application developer who was also an communications major and is one who enjoys specificity. :) 回答1: The generic term for a INSERT ,