[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 2421   SHUFFLE   <  SKIP 7102  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24231Cox, Makayla91776San GabrielCaliforniaUnited States
20002White, Elizabeth, A94704BerkeleyCaliforniaUnited States
24512Jiménez, Adrienne, L94010BurlingameCaliforniaUnited States

Generated 2025-07-20 12:26:40.669 UTC