Hi guys, Today’s subject is about something very interesting on SQL Server, which is the creation of a calculated column using a function. Yes, it is possible to create a column on a table based on a function and to do that we will follow these steps: Creation of a table (with columns: id and name) Insert data on this… Read more →