SAP HANA SQLScript · Write Access to the Database (DML)
How many rows are in table_1 after these three UPSERTs? ``` UPSERT table_1 VALUES(1,1,'a'); UPSERT table_1 VALUES(1,2,'b'); UPSERT table_1 VALUES(1,3,'c'); ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
