Non Unique Primary Index in Teradata?...
Non Unique Primary Index?...
It can accept duplicate records.
Note: In Datawarehouse world, the Stage layer table used to create using NUPI only...
Ex:
Create SET table Movie_World
(
Movie_Id Integer,
Movie_Name Varchar (30)
)
Primary index (Movie_Id);
Comments
Post a Comment