[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 2421   SHUFFLE   <  SKIP 622  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16972Hernandez, Lucas97034Lake OswegoOregonUnited States
25934King, Luke91950Lincoln AcresCaliforniaUnited States
18404Raji, Alicia98532ChehalisWashingtonUnited States

Generated 2025-07-12 14:21:42.052 UTC