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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17485Davis, Blake, N98033KirklandWashingtonUnited States
28227Wang, Caleb, P98366Port OrchardWashingtonUnited States
11155Robinson, Hunter, J91502BurbankCaliforniaUnited States

Generated 2025-07-20 04:57:29.631 UTC