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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25558Wilson, Zachary2580GoulburnNew South WalesAustralia
29238Powell, Xavier90505TorranceCaliforniaUnited States
16896Perez, Natalie92020El CajonCaliforniaUnited States

Generated 2025-07-12 07:28:09.720 UTC