[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 1000   SHUFFLE   <  SKIP 50  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11664Morgan, Alyssa, L94010BurlingameCaliforniaUnited States
28122King, Gabriel, V98052RedmondWashingtonUnited States
22427Sharma, Willie, WSL67RJMaidenheadEnglandUnited Kingdom

Generated 2025-11-04 18:14:49.743 UTC