[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 127   SHUFFLE   <  SKIP 1618  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15401Hughes, Rachel, R91945Lemon GroveCaliforniaUnited States
14498Luo, Katie, L91910Chula VistaCaliforniaUnited States
18864Long, Elijah91776San GabrielCaliforniaUnited States

Generated 2025-07-19 01:25:14.335 UTC