Examine these statements issued from Session 1 which execute successfully:
Now, examine these statements issued from Session 2 which execute successfully:
Session 2>
BEGIN;
UPDATE band SET song=CONCAT ("Here Comes the ", song) WHERE song LIKE ' %Sun ;
Which two are true?
You must reclaim memory used by a prepared statement named prep. Which two achieve this?
Examine this statement:
DECLARE not_found CONDITION FOR SQLSTATE '02000';
In which two statements can not found be used?