Its possible with below SQL command to convert row table to column table.
ALTER TABLE <Schema Name>.<Table Name> COLUMN
Replace COLUMN with ROW to convert from column to row table.
Its possible with below SQL command to convert row table to column table.
ALTER TABLE <Schema Name>.<Table Name> COLUMN
Replace COLUMN with ROW to convert from column to row table.