Steps for Execution:
Table Creation
CREATE TABLE xyz.table_a( id bigint NOT NULL, scores jsonb, CONSTRAINT table_a_pkey PRIMARY KEY (id))