[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 1845   SHUFFLE   <  SKIP 1966  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11539Washington, Justin94519ConcordCaliforniaUnited States
27924He, Jeffery24044KielSaarlandGermany
13992Xie, Gregory94010BurlingameCaliforniaUnited States

Generated 2025-07-20 13:39:44.787 UTC