Answer: If any modifications are done to the row of the table, this BINARY CHECKSUM function identifies them which takes case-sensitivity into account.
Example:
SELECT ProductID, BINARY_CHECKSUM(*) AS 'Binary Checksum'
FROM Products
Asked In: Many Interviews |
Alert Moderator