#1133

Coupons: unique code and discount range

Design a coupons table: the code is required and unique, and the discount pct is an integer from 1 to 100. Columns: id — primary key; code; pct.

Kun CREATE/ALTER/DROP — ingen afsluttende SELECT nødvendig.

Resultatet af din forespørgsel vises her

Intet startskema

Denne opgave starter uden tabeller — du opretter dem via CREATE TABLE.