⟩ Explain What is the STUFF function and how does it differ from the REPLACE function?
STUFF - It deletes a specified length of characters and inserts another set of characters at a specified starting point. REPLACE -Replaces all occurrences of a specified string value with another string value.