Activity 4 Setting Column constraints
1. Create another table called months and set the following structure with
constraints:
monthid
integer not null unique key
monthname char (15) not null
days
integer default - 30
year
integer
new year
integer check (newyear >year)
season
char (15)
check (season in ('Summer', 'Winter', 'Autumn', 'Spring)
Answers
Answered by
0
Explanation:
Activity 4 Setting Column constraints
1. Create another table called months and set the following structure with
constraints:
monthid
integer not null unique key
monthname char (15) not null
days
integer default - 30
year
integer
new year
integer check (newyear >year)
season
char (15)
check (season in ('Summer', 'Winter',
Similar questions
History,
2 months ago
Computer Science,
2 months ago
Math,
3 months ago
English,
3 months ago
Math,
11 months ago