[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 0   SHUFFLE   <  SKIP 2694  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11225Lee, Madison, D98055RentonWashingtonUnited States
26475Gonzalez, Isabella, L92625Newport BeachCaliforniaUnited States
17362Collins, Miguel98501OlympiaWashingtonUnited States
14479Smith, Samantha, J91364Woodland HillsCaliforniaUnited States

Generated 2025-11-04 19:13:48.063 UTC