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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13850Thompson, Anthony90210Beverly HillsCaliforniaUnited States
22296Johnson, Benjamin, M91945Lemon GroveCaliforniaUnited States
27080Campbell, Nathan, W94519ConcordCaliforniaUnited States

Generated 2025-07-13 05:58:11.572 UTC