[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 7987   SHUFFLE   <  SKIP 782  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20465Henderson, Isabel, L94014ColmaCaliforniaUnited States
16982Lopez, Jillian90210Beverly HillsCaliforniaUnited States
18432Lopez, Jordan, L94010BurlingameCaliforniaUnited States

Generated 2025-07-21 09:12:19.387 UTC