Шифрование и секретность в Linux

       

и устанавливает для поля id


Следующая команда создает таблицу с именем shipments и устанавливает для поля id ограничения NOT NULL и DEFAULT.
booktown=# CREATE TABLE shipments (
booktown(# id integer NOT NULL DEFAULT nextval ('shipments_ship_id_seq').
booktown(# customer_id integer,
booktown(# isbn text,
booktown(# ship_date timestanp);
CREATE

Содержание раздела