Question: Using SQL need to make a table that has the attribute season record. Create table seasonRecord Wins CHAR(1) Not Null Loses CHAR(1) Not Null Ties
Using SQL need to make a table that has the attribute season record.
Create table seasonRecord
Wins CHAR(1) Not Null
Loses CHAR(1) Not Null
Ties CHAR(1) Not null
SeasonRecord Char(8)
Constraint must make it so when the table is queried SeasonRecord checkes to make sure it is correct against the wins, lose, ties, columns and in 00-00-00 format.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
