[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 1926  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26545Ross, Taylor, S90241DowneyCaliforniaUnited States
18733Gao, Rafael, R4217Gold CoastQueenslandAustralia
14451Moore, Tyler90712LakewoodCaliforniaUnited States

Generated 2025-11-04 14:16:36.067 UTC