[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 511  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23906Ma, Alan, J80074MünchenNordrhein-WestfalenGermany
22313Martinez, Jarrod, HWA1WarringtonEnglandUnited Kingdom
23042Blue, Riley, M90210Beverly HillsCaliforniaUnited States

Generated 2025-07-10 18:48:34.349 UTC