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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11904Cook, Kaylee3220GeelongVictoriaAustralia
24528Hernandez, Katherine94014ColmaCaliforniaUnited States
18387Green, Carlos91950National CityCaliforniaUnited States

Generated 2025-07-14 14:45:25.008 UTC