[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 480   SHUFFLE   <  SKIP 1482  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23032Parker, Jesse90712LakewoodCaliforniaUnited States
28271Gonzalez, Sean90210Beverly HillsCaliforniaUnited States
14695Andersen, Russell38001BraunschweigNordrhein-WestfalenGermany

Generated 2025-07-20 12:47:54.863 UTC