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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14921Watson, Sara, C91776San GabrielCaliforniaUnited States
21930Perry, Marissa91203GlendaleCaliforniaUnited States
25432Gomez, Kellie, J93010CamarilloCaliforniaUnited States

Generated 2025-07-10 11:17:09.124 UTC