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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24996Miller, Dylan90210Beverly HillsCaliforniaUnited States
26498Hayes, Ethan98055RentonWashingtonUnited States
11310Sanders, Erin, A94109San FranciscoCaliforniaUnited States

Generated 2025-10-29 21:03:47.261 UTC