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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19696Patterson, Adam, M92020El CajonCaliforniaUnited States
22260Allen, Courtney, M97301SalemOregonUnited States
24531Xie, Andres33041PaderbornHamburgGermany

Generated 2025-07-11 17:49:26.329 UTC