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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22899Carter, Charles, R92020El CajonCaliforniaUnited States
23863Williams, Christian94536FremontCaliforniaUnited States
28126Johnson, Anna91203GlendaleCaliforniaUnited States

Generated 2025-07-20 04:39:58.152 UTC