SAP HANA SQLScript · Declarative Queries: SELECT, Joins & Filtering
Each SELECT returns the row ('A','B'). How many rows come back? ``` SELECT 'A' c1,'B' c2 FROM dummy UNION SELECT 'A' c1,'B' c2 FROM dummy ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
