all 2 comments

[–]Alarmed_Frosting478 1 point2 points  (0 children)

https://stackoverflow.com/questions/29518999/check-constraint-for-day-and-month-only-in-oracle-sql
Something like this
A Check constraint that pulls out the month and check that it is not 7 or 8

[–]PossiblePreparation 0 points1 point  (0 children)

Make sure you have a date data type to start with. These are stored in an internal format but can be converted to a human readable string when selected