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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14435Wilson, Jennifer92806La JollaCaliforniaUnited States
25529Sanders, Jared, C91054ErlangenBayernGermany
18754Mitchell, Isabella90210Beverly HillsCaliforniaUnited States

Generated 2025-07-09 08:46:56.709 UTC