[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 2592  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20988Martin, Anna, L3337MeltonVictoriaAustralia
24594Yuan, Franklin4217Gold CoastQueenslandAustralia
23501Perry, Isabelle, A91945Lemon GroveCaliforniaUnited States

Generated 2025-11-05 18:41:41.942 UTC