[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 127   SHUFFLE   <  SKIP 2661  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26016King, Fernando94704BerkeleyCaliforniaUnited States
24669Parker, Xavier, M91776San GabrielCaliforniaUnited States
18963Collins, Amber, M98055RentonWashingtonUnited States

Generated 2025-07-17 08:40:09.949 UTC