CREATE TABLE sal_emp ( name text, pay_by_quarter integer[], schedule text[][] );. As shown, an array data type is named by appending square brackets ([]) to the ...
確定! 回上一頁