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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14044Wright, Thomas, M94611OaklandCaliforniaUnited States
13999Gonzales, Elijah, A94611OaklandCaliforniaUnited States
14024Moore, Hannah94611OaklandCaliforniaUnited States

Generated 2025-11-04 21:35:16.817 UTC