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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22289Long, Thomas, E90706BellflowerCaliforniaUnited States
25079Perry, Riley98366Port OrchardWashingtonUnited States
23016Powell, Victoria94704BerkeleyCaliforniaUnited States

Generated 2025-07-20 13:54:30.575 UTC