[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 7680   SHUFFLE   <  SKIP 195  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17421Henderson, Katherine, C91977Spring ValleyCaliforniaUnited States
20485Reed, Richard90012Los AngelesCaliforniaUnited States
15768Walker, Victoria, E90712LakewoodCaliforniaUnited States

Generated 2025-07-17 12:22:20.470 UTC