[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 911  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25048Sharma, Yolanda, KV8Y 1L1CliffsideBritish ColumbiaCanada
23570Romero, Deanna, K2036MalabarNew South WalesAustralia
13300Hernandez, Timothy98052RedmondWashingtonUnited States

Generated 2025-07-10 17:09:25.821 UTC