STORES
with the following attributes:
NAME
, 20 character variable length stringNUMBER
, integerCITY
, 20 character variable length stringSTORES
:NAME | NUMBER | CITY |
---|---|---|
‘headquarters’ | 4 | ‘new york’ |
‘midwest’ | 5 | ‘chicago’ |
‘west coast’ | 6 | ‘san francisco’ |
STORES
.