[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 24   SHUFFLE   <  SKIP 358  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25357Foster, Marcus, E94010BurlingameCaliforniaUnited States
24966Cooper, Jade, L98501OlympiaWashingtonUnited States
19837Jimenez, Philip, B94704BerkeleyCaliforniaUnited States

Generated 2025-07-11 10:49:33.644 UTC