I need to create and unique row in the redshift table. so is there a possibility to add the surrogate key to the redshift table?
Asked
Active
Viewed 764 times
0
-
1What is involved with adding a surrogate key to a table? Are you just talking about adding a column that with the `identity` attribute, or something else? – Parsifal Mar 17 '22 at 13:14
-
Not identity, like uniqueidentifier. I have to add uniqueidentifer but i says it cannot. any alternative suggestions for that? – prathyusha vaigandla Mar 21 '22 at 11:28