Method 1: We can use the following command to change the case sensitivity of the text-comparison of any table which we are going to create. SET IGNORECASE SET IGNORECASE { TRUE | FALSE }; · Disables (ignorecase = true) or enables (ignorecase = false) the case sensitivity of text comparison and indexing for new […]
