[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 3669   SHUFFLE   <  SKIP 123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28611Alexander, Christian, C97301SalemOregonUnited States
23591Henderson, Justin, PV9MetchosinBritish ColumbiaCanada
19189Price, Morgan59000LilleNordFrance
20123Gonzalez, Aaron, M91941GrossmontCaliforniaUnited States

Generated 2025-07-13 05:21:00.490 UTC