[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 363   SHUFFLE   <  SKIP 564  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12053Gao, Cedric, A91502BurbankCaliforniaUnited States
28084McDonald, Cameron94704BerkeleyCaliforniaUnited States
14868Morgan, Ariana91791West CovinaCaliforniaUnited States

Generated 2025-07-21 13:22:47.792 UTC