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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27213Lewis, Julia99202SpokaneWashingtonUnited States
25957Washington, Stephanie91364Woodland HillsCaliforniaUnited States
11285Anderson, Jeremy, J94536FremontCaliforniaUnited States

Generated 2025-07-12 22:46:19.727 UTC