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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27030Gray, Jan, M98104SeattleWashingtonUnited States
26121Nelson, Madeline, K94947NovatoCaliforniaUnited States
20302Andersen, Tasha94010BurlingameCaliforniaUnited States

Generated 2025-07-15 03:00:23.793 UTC