[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 521   <  SKIP 857  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23271Clark, Alexandra, R90210Beverly HillsCaliforniaUnited States
23297Gomez, Tyrone, C90210Beverly HillsCaliforniaUnited States
24411Sanchez, Johnathan90210Beverly HillsCaliforniaUnited States
24357Baker, Eric, N90210Beverly HillsCaliforniaUnited States

Generated 2025-07-18 11:42:23.989 UTC