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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14090Lewis, Jennifer94015Daly CityCaliforniaUnited States
22297Garcia, Jasmine, A94063Redwood CityCaliforniaUnited States
16976Xu, Sandra, A94704BerkeleyCaliforniaUnited States

Generated 2025-07-12 18:32:04.504 UTC