Open MrTanoshii opened 1 year ago
https://github.com/Jatin010700/DI_Bootcamp_js/blob/2c0569fef5b698751d5ea3e87187760d17aef908/Week-6-Databases/Day-1/Daily-Challenge/daily.SQL#L6
Don't use a FLOAT here, an INT is more appropriate
FLOAT
INT
https://github.com/Jatin010700/DI_Bootcamp_js/blob/2c0569fef5b698751d5ea3e87187760d17aef908/Week-6-Databases/Day-1/Daily-Challenge/daily.SQL#L15
Should be actors not Actors
actors
Actors
Missing addition of new actors with blank info
Good work
https://github.com/Jatin010700/DI_Bootcamp_js/blob/2c0569fef5b698751d5ea3e87187760d17aef908/Week-6-Databases/Day-1/Daily-Challenge/daily.SQL#L6
Don't use a
FLOAT
here, anINT
is more appropriatehttps://github.com/Jatin010700/DI_Bootcamp_js/blob/2c0569fef5b698751d5ea3e87187760d17aef908/Week-6-Databases/Day-1/Daily-Challenge/daily.SQL#L15
Should be
actors
notActors
Missing addition of new actors with blank info
Overall | Pass
Good work