[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 750   <  SKIP 3005  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19744Cai, Tamara94014ColmaCaliforniaUnited States
19768Jackson, Christopher, C94014ColmaCaliforniaUnited States
18878Ramos, Mallory, M94014ColmaCaliforniaUnited States
18879Morgan, Garrett, J94014ColmaCaliforniaUnited States
18892Howard, Chase, K94014ColmaCaliforniaUnited States
20303Morgan, Bryce, J94014ColmaCaliforniaUnited States
20335Gonzales, Adam, M94014ColmaCaliforniaUnited States

Generated 2025-10-10 23:34:34.523 UTC