[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 541  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13444Lopez, Abby, M90210Beverly HillsCaliforniaUnited States
25802He, Clayton95010HofBayernGermany
21282Smith, Julia94536FremontCaliforniaUnited States

Generated 2025-07-12 01:04:29.287 UTC