[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 2255  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29110Smith, Sydney, M90012Los AngelesCaliforniaUnited States
28257Martin, Zachary, E98901YakimaWashingtonUnited States
20441Henderson, AbigailV8POak BayBritish ColumbiaCanada
26827Rubio, Renee, L75009ParisSeine (Paris)France
20413Powell, Taylor, L94704BerkeleyCaliforniaUnited States
24039Xu, Cassie94310OrlyVal de MarneFrance
14410Brooks, Arianna92625Newport BeachCaliforniaUnited States

Generated 2025-10-31 04:39:55.069 UTC