[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 1145   SHUFFLE   <  SKIP 1640  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17469Perez, Ian, L94704BerkeleyCaliforniaUnited States
22082Barnes, Lucas94704BerkeleyCaliforniaUnited States
28184Russell, Madison92625Newport BeachCaliforniaUnited States

Generated 2025-07-21 23:58:21.074 UTC