[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 468   SHUFFLE   <  SKIP 100  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16883Davis, Tyler, A90712LakewoodCaliforniaUnited States
13136Martinez, Virginia4171HawthorneQueenslandAustralia
29423Luo, Tony, W78000VersaillesYvelineFrance
11448Patterson, Kyle3000MelbourneVictoriaAustralia

Generated 2025-07-18 00:22:34.396 UTC