[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 4000   SHUFFLE   <  SKIP 1254  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21896Subram, Roy3220GeelongVictoriaAustralia
23041Garcia, Natalie90802Long BeachCaliforniaUnited States
26307Miller, Alexander94014ColmaCaliforniaUnited States

Generated 2025-07-15 11:09:48.096 UTC