[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 190   SHUFFLE   <  SKIP 97  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12769Zhang, Thomas, H98501OlympiaWashingtonUnited States
26277Hughes, Jacqueline98033KirklandWashingtonUnited States
27376Gonzalez, Courtney98270MarysvilleWashingtonUnited States

Generated 2025-07-20 17:45:49.742 UTC