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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27262Hill, Courtney98052RedmondWashingtonUnited States
28672Johnson, Blake90012Los AngelesCaliforniaUnited States
16216Mitchell, Charles, L98366Port OrchardWashingtonUnited States

Generated 2025-07-11 21:05:09.179 UTC