[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 251   SHUFFLE   <  SKIP 278  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12200Sharma, Rafael, B94014ColmaCaliforniaUnited States
12533Washington, Luis, T99362Walla WallaWashingtonUnited States
28762Henderson, Aaron97045Oregon CityOregonUnited States

Generated 2025-07-09 08:14:55.546 UTC