[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2452   SHUFFLE   <  SKIP 24  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13741Morgan, Haley, A91932Imperial BeachCaliforniaUnited States
24227Phillips, Sara, A92020El CajonCaliforniaUnited States
18348Roberts, Katelyn91776San GabrielCaliforniaUnited States

Generated 2025-07-20 20:35:44.692 UTC