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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23361Lopez, Chloe, L91502BurbankCaliforniaUnited States
29463Gonzales, Lucas4217Gold CoastQueenslandAustralia
26856Brooks, Jessica93700DrancySeine Saint DenisFrance
11933Rubio, Mathew98225BellinghamWashingtonUnited States

Generated 2025-07-18 22:14:08.580 UTC