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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22344Yang, Krystal91910Chula VistaCaliforniaUnited States
14747Wood, Aidan92806La JollaCaliforniaUnited States
16813Diaz, Carson90712LakewoodCaliforniaUnited States
27275Powell, Aidan91977Spring ValleyCaliforniaUnited States

Generated 2025-07-09 17:06:15.925 UTC