[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 0   SHUFFLE   <  SKIP 1962  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11832Murphy, Zoe99362Walla WallaWashingtonUnited States
20266Gonzalez, Summer, L7001HobartTasmaniaAustralia
28039Lee, Xavier, E94303Palo AltoCaliforniaUnited States
26290Chen, Noah, L91791West CovinaCaliforniaUnited States

Generated 2025-11-04 09:35:18.877 UTC