[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 512   SHUFFLE   <  SKIP 1201  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27559Rodriguez, Emily, R99202SpokaneWashingtonUnited States
23861Anand, Keith, C97005BeavertonOregonUnited States
25400Jai, Kyle91977Spring ValleyCaliforniaUnited States

Generated 2025-07-11 20:55:31.607 UTC