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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21468Yang, Ethan, L91950Lincoln AcresCaliforniaUnited States
19552Zhu, Margaret, M98168BurienWashingtonUnited States
27537Bryant, Amanda, A94611OaklandCaliforniaUnited States

Generated 2025-07-14 00:27:21.201 UTC