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