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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28221Rodriguez, Isabella91776San GabrielCaliforniaUnited States
28280Powell, Tristan, G97045Oregon CityOregonUnited States
20110Perry, Austin, C91364Woodland HillsCaliforniaUnited States
28645Fernandez, Martin, D94010BurlingameCaliforniaUnited States

Generated 2025-07-11 02:44:53.222 UTC