[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 3083  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22681Barnes, Tristan, T93000BobignySeine Saint DenisFrance
17486Foster, Marissa97355LebanonOregonUnited States
28981Jai, Luke, R94063Redwood CityCaliforniaUnited States
11793Rogers, Xavier, G91502BurbankCaliforniaUnited States

Generated 2025-07-18 19:26:50.567 UTC