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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23214James, Kaylee, W91945Lemon GroveCaliforniaUnited States
12502Sanchez, DarrenOX16 8RSOxonEnglandUnited Kingdom
13706Peterson, Kaitlyn, SV8Y 1L1CliffsideBritish ColumbiaCanada

Generated 2025-07-17 03:27:16.814 UTC