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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23042Blue, Riley, M90210Beverly HillsCaliforniaUnited States
21209Moreno, Randall, F4217Gold CoastQueenslandAustralia
28048Powell, Samuel91945Lemon GroveCaliforniaUnited States

Generated 2025-07-13 09:50:42.690 UTC