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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11791Morgan, Chase, D99202SpokaneWashingtonUnited States
24492Lopez, Devin90712LakewoodCaliforniaUnited States
25290Mitchell, Jackson97222MilwaukieOregonUnited States

Generated 2025-07-19 17:31:41.511 UTC