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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22039Simmons, Marissa91945Lemon GroveCaliforniaUnited States
22375Williams, Jasmine, T91945Lemon GroveCaliforniaUnited States
23080Barnes, Jocelyn91945Lemon GroveCaliforniaUnited States

Generated 2025-07-18 10:03:25.248 UTC