[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 250   SHUFFLE   <  SKIP 1919  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11771Rivera, Isaac, D98270MarysvilleWashingtonUnited States
28221Rodriguez, Isabella91776San GabrielCaliforniaUnited States
23252Wood, Alexia94611OaklandCaliforniaUnited States

Generated 2025-07-17 11:23:54.059 UTC