Data-for-the-mammal-beaver-with-ID=10-needs-to-be-added-to-the-animal-table-You-know-they-are-not-extinct-but-do-not-currently-know-their-life-expectancy-so-decide-to-leave-it-as-null-and-use-the-num_type-=-1nWrite-a-query-to-add-the-above-informatio
INSERT INTO animal (id, name, num_type, extinct, life_expectancy) VALUES (10, 'beaver', 1, 0, NULL);
原文地址: https://www.cveoy.top/t/topic/pYv 著作权归作者所有。请勿转载和采集!