[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 875   SHUFFLE   <  SKIP 10  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13152Butler, Gabrielle94611OaklandCaliforniaUnited States
23935Barnes, Alexis, JOX1OxfordEnglandUnited Kingdom
12044Lopez, Madeline, G90802Long BeachCaliforniaUnited States

Generated 2025-07-10 12:35:52.607 UTC