Hint: Use the database definitions inside of DBeaver/DataGrip/AnythingElse to see what can or cannot be NULL
AC:
QuestionTopic.java to use Optional<?> for any fields that may be NULLQuestionTopicRepository to use Optional<?> for any methods that may or may not return something back