SQL uses the keyword NULL to represent “Unknown” or “No Value”. ... INSERT INTO composers (id, name, address) VALUES (5, 'Mitchell', NULL);.
確定! 回上一頁