#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.

Solo CREATE/ALTER/DROP — no hace falta un SELECT al final.

Aquí aparecerá el resultado de tu consulta

Sin esquema inicial

Este ejercicio no incluye tablas iniciales: tendrás que crearlas con CREATE TABLE.