[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 24   SHUFFLE   <  SKIP 302  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16357Russell, Margaret91950Lincoln AcresCaliforniaUnited States
17477Griffin, Miranda98312BremertonWashingtonUnited States
24764Hughes, Abigail, G98201EverettWashingtonUnited States

Generated 2025-07-12 00:57:23.067 UTC