[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 34   SHUFFLE   <  SKIP 2530  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24980Phillips, Savannah91950Lincoln AcresCaliforniaUnited States
27245Jones, Lauren, R92806La JollaCaliforniaUnited States
11531Yuan, Nina, R90210Beverly HillsCaliforniaUnited States

Generated 2025-07-13 09:57:55.219 UTC