SQL data transformation query

How to convert long data to wide data in SQL without doing hard coding?

Regards
Manish Bose[Preformatted text](https://www.allaboutsql.tech/)

using unpivot:

Using PIVOT and UNPIVOT - SQL Server | Microsoft Learn