[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 250   SHUFFLE   <  SKIP 730  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23251Scott, Evan, C98104SeattleWashingtonUnited States
16942Bennett, Kaitlyn, L93000BobignySeine Saint DenisFrance
16669Martinez, Benjamin98033KirklandWashingtonUnited States

Generated 2025-07-09 01:45:44.146 UTC