SAP HANA SQLScript · SAP HANA for SQLScript Developers
You highlight only the first three lines and press F8. Does table NAMES still exist afterward? ``` CREATE TABLE names (id INT); INSERT INTO names VALUES (1); SELECT * FROM names; DROP TABLE names; ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
