Get List of Primary Key Columns in Snowflake
I have a composite primary key. In Information_Schema.Table_Constraints I can see 1 record for this key but it does not have information on columns which make this primary key. where can i find lis...