[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 650   SHUFFLE   <  SKIP 2469  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15540Ortega, Randall, C94010BurlingameCaliforniaUnited States
16860Rogers, Haley, M90210Beverly HillsCaliforniaUnited States
18521Rowe, Meghan, E91910Chula VistaCaliforniaUnited States

Generated 2025-07-16 15:11:43.810 UTC