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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19878Jackson, Morgan, P92806La JollaCaliforniaUnited States
21610Edwards, Caleb94536FremontCaliforniaUnited States
16144Kelly, Patrick98033KirklandWashingtonUnited States

Generated 2025-07-13 23:04:38.500 UTC