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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17866Baker, Jack, W92020El CajonCaliforniaUnited States
26226Andersen, Michele, C80074MünchenNordrhein-WestfalenGermany
12044Lopez, Madeline, G90802Long BeachCaliforniaUnited States

Generated 2025-11-02 01:07:43.934 UTC