[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 6364  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11763Fernandez, Ross, R2777SpringwoodNew South WalesAustralia
14099Lin, Rafael2444Port MacquarieNew South WalesAustralia
18673Green, James, M90210Beverly HillsCaliforniaUnited States
20761Washington, Jonathan, A92020El CajonCaliforniaUnited States

Generated 2025-07-20 20:28:30.091 UTC