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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12139Yang, Franklin98225BellinghamWashingtonUnited States
27229Zhang, Zachary94109San FranciscoCaliforniaUnited States
22766Hayes, Cassidy98366Port OrchardWashingtonUnited States

Generated 2025-07-14 04:41:45.190 UTC