1> -- Using the DIFFERENCE() function to compare Redmond with Renton2>3> SELECT DIFFERENCE ('Redmond', 'Renton')4> GO----------- 3(1 rows affected)1>