Is it possible to create json key value from a table select statement, where column name as key and the column value as value
declare @T table(Id int, ItemNam