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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28660Anderson, Justin97005BeavertonOregonUnited States
26066Martinez, Elizabeth94704BerkeleyCaliforniaUnited States
19700Hall, Gabriel94010BurlingameCaliforniaUnited States

Generated 2025-07-12 07:20:21.490 UTC