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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17693Jenkins, Justin98052RedmondWashingtonUnited States
22279Kelly, Riley94010BurlingameCaliforniaUnited States
25264Bryant, Wyatt90706BellflowerCaliforniaUnited States

Generated 2025-07-21 01:14:48.903 UTC