Hi, I am fairly new to SQL and we are trying to create a table that contains an attribute named Call_Type and an object named Score_Type. Now if Call_Type is 'I' or 'C' then Creativity which is a part of Score_Type cannot be null, otherwise it can be. I'm not sure how to program this though with SQL. I know how to set it to null or not null, but not how to make this property dependant on another attribute.