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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19777Thomas, Jonathan, C90012Los AngelesCaliforniaUnited States
19780White, Brianna, J90012Los AngelesCaliforniaUnited States
19850Hill, Jeremiah, C90012Los AngelesCaliforniaUnited States

Generated 2025-07-12 12:38:54.874 UTC