• That means that if I have a table Testing with col1, col2, col3, col4, and I did an insert like so:

    INSERT INTO Testing(col1, col2, col3, col4)

    VALUES('a', 'b','','d')

    and the update() tests col3 then it will be false?