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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19803Mehta, Jermaine, E98312BremertonWashingtonUnited States
14122Miller, Kaitlyn90802Long BeachCaliforniaUnited States
28128Lee, Jeremiah92020El CajonCaliforniaUnited States

Generated 2025-07-12 05:27:27.060 UTC