#1048

Prices Cannot Be Negative

Design the prices table so invalid amounts cannot enter the database. It needs id as the primary key and required amount as numeric; amount must satisfy amount >= 0.

Apenas CREATE/ALTER/DROP — não é preciso um SELECT no final.

Entre para enviar

O resultado da sua consulta aparecerá aqui

Sem esquema inicial

Esta tarefa não inclui tabelas iniciais: você vai criá-las com CREATE TABLE.