[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 0   SHUFFLE   <  SKIP 2955  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13841Kumar, ClaytonY03 4TNYorkEnglandUnited Kingdom
23357Yang, Micah, A94010BurlingameCaliforniaUnited States
16005Hill, Jordan, JV2W 1W2HaneyBritish ColumbiaCanada
21424Alexander, Emily, L92020El CajonCaliforniaUnited States

Generated 2025-11-05 04:28:27.371 UTC