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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21459Alexander, Luis, M90505TorranceCaliforniaUnited States
11186Price, Sarah, C94303Palo AltoCaliforniaUnited States
14471Gonzalez, Gabriel, R94070San CarlosCaliforniaUnited States

Generated 2025-07-14 14:25:41.275 UTC