[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 2745  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22747Martinez, Brianna, H91203GlendaleCaliforniaUnited States
28241King, Charles, L98055RentonWashingtonUnited States
24954Long, Jonathan91950National CityCaliforniaUnited States

Generated 2025-07-15 10:37:13.345 UTC