[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   <  SKIP 787  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16238Arun, Ann90210Beverly HillsCaliforniaUnited States
17178Liang, Trisha, L90210Beverly HillsCaliforniaUnited States
16673Guo, Curtis, O90210Beverly HillsCaliforniaUnited States

Generated 2025-07-11 15:22:37.209 UTC