[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 480   SHUFFLE   <  SKIP 784  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22443Suarez, Marvin, M57000MetzMoselleFrance
15424Hill, Rebecca, C90210Beverly HillsCaliforniaUnited States
13950Hernandez, Meredith, B98225BellinghamWashingtonUnited States
26103Yang, Jack, A98020EdmondsWashingtonUnited States

Generated 2025-07-13 15:05:55.462 UTC