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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16216Mitchell, Charles, L98366Port OrchardWashingtonUnited States
24511Hall, Logan97071WoodburnOregonUnited States
16210Cooper, Olivia94010BurlingameCaliforniaUnited States

Generated 2025-07-11 11:12:02.677 UTC