[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 653   SHUFFLE   <  SKIP 781  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20512Parker, Sydney94941Mill ValleyCaliforniaUnited States
28014Robinson, Rachel, J90210Beverly HillsCaliforniaUnited States
15296Peterson, Chloe, C91364Woodland HillsCaliforniaUnited States

Generated 2025-07-18 07:05:25.787 UTC