[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 2224   SHUFFLE   <  SKIP 1936  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25105Nara, Warren, M94519ConcordCaliforniaUnited States
19732Hill, Kyle90706BellflowerCaliforniaUnited States
12789Zeng, Jamie, L94010BurlingameCaliforniaUnited States

Generated 2025-07-13 17:13:48.541 UTC