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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28067Bennett, Olivia, D91945Lemon GroveCaliforniaUnited States
28586Diaz, Gabriel91945Lemon GroveCaliforniaUnited States
28595James, Xavier, C91945Lemon GroveCaliforniaUnited States

Generated 2025-07-17 06:21:38.360 UTC