When using CREATE TABLE , you can specify default values for columns by typing DEFAULT and then the desired value after ... num_hours INTEGER DEFAULT 15);.
確定! 回上一頁