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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11307Rodriguez, Hunter, P94015Daly CityCaliforniaUnited States
17864Martinez, Emily, F98366Port OrchardWashingtonUnited States
24776Perry, Samantha, F91776San GabrielCaliforniaUnited States

Generated 2025-07-11 13:24:16.343 UTC