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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23588Hughes, Ryan, C98366Port OrchardWashingtonUnited States
23251Scott, Evan, C98104SeattleWashingtonUnited States
12018Henderson, Devin, K92102San DiegoCaliforniaUnited States

Generated 2025-07-11 03:07:21.339 UTC