[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 250   SHUFFLE   <  SKIP 516  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23052Stewart, Steven, L91950National CityCaliforniaUnited States
18269Torres, Wendy, A4171HawthorneQueenslandAustralia
28225Ross, Robert92102San DiegoCaliforniaUnited States

Generated 2025-07-13 01:01:46.815 UTC