[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 250   SHUFFLE   <  SKIP 1247  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24302Kapoor, Cesar, J1002SydneyNew South WalesAustralia
25432Gomez, Kellie, J93010CamarilloCaliforniaUnited States
21452Bailey, Seth, R97330CorvallisOregonUnited States

Generated 2025-07-14 00:53:49.040 UTC