[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 250   SHUFFLE   <  SKIP 2312  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11797Coleman, Devin, R94611OaklandCaliforniaUnited States
16214Fernandez, Brett, L98225BellinghamWashingtonUnited States
21084Deng, Clarence, W92081Paris La DefenseHauts de SeineFrance

Generated 2025-07-17 18:55:58.906 UTC