[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 3311   SHUFFLE   <  SKIP 415  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12638Brooks, Sebastian60323FrankfurtHessenGermany
13218Bryant, Melissa91910Chula VistaCaliforniaUnited States
20308Uittenbogaard, Pieter, L91945Lemon GroveCaliforniaUnited States
11856Hernandez, Seth, M97330CorvallisOregonUnited States

Generated 2025-07-18 23:27:37.985 UTC