[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 5214  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27621Brown, Edward90401Santa MonicaCaliforniaUnited States
11514Diaz, Dalton98403TacomaWashingtonUnited States
26481Young, Luke92806La JollaCaliforniaUnited States

Generated 2025-07-11 01:34:40.781 UTC