[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 7110   SHUFFLE   <  SKIP 1122  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21320Coleman, Hannah, L98225BellinghamWashingtonUnited States
18818Torres, Lucas91950National CityCaliforniaUnited States
19163Bailey, Riley91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-19 07:56:03.160 UTC