'calculate a normal distribution in trigger SQL

I want to create a trigger in SQL when updating data in a column we will check what the data is and we will update in a separate column and use a normal distribution. Is it possible to calculate a normal distribution in the trigger?

sql


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source