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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21269Clark, Blake94704BerkeleyCaliforniaUnited States
18542She, Dustin, E98168BurienWashingtonUnited States
20658Campbell, Kaylee, E94519ConcordCaliforniaUnited States

Generated 2025-07-09 01:45:38.273 UTC