[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 250   SHUFFLE   <  SKIP 5215  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19211Lee, Anna90712LakewoodCaliforniaUnited States
14288Ramirez, Christina, M92020El CajonCaliforniaUnited States
11731Gill, Tanya, H94010BurlingameCaliforniaUnited States

Generated 2025-07-20 21:49:57.206 UTC