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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21416Butler, Ryan, A90210Beverly HillsCaliforniaUnited States
24944Garcia, Whitney, H94704BerkeleyCaliforniaUnited States
20508Robinson, LoganV0SookeBritish ColumbiaCanada

Generated 2025-11-04 17:12:01.341 UTC