You-decide-to-keep-data-for-only-the-land-animals-in-the-animal-tablenWrite-a-query-to-delete-all-animals-of-Fish-species-from-the-table
DELETE FROM animal WHERE species = 'Fish' AND type = 'land';
原文地址: https://www.cveoy.top/t/topic/fRI 著作权归作者所有。请勿转载和采集!