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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24644Johnston, Samuel, B92020El CajonCaliforniaUnited States
16759Bell, Jasmine, B94109San FranciscoCaliforniaUnited States
24654Simmons, Paige91932Imperial BeachCaliforniaUnited States

Generated 2025-07-19 02:15:18.271 UTC