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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19051Henderson, Taylor, M93000BobignySeine Saint DenisFrance
24785Morris, Cody, A98033KirklandWashingtonUnited States
24674Kumar, Dylan, D91977Spring ValleyCaliforniaUnited States
21237Washington, Luke92625Newport BeachCaliforniaUnited States

Generated 2025-07-12 13:10:38.562 UTC