The table "t1" is defined below. The column "id"
for table "t1" is of INTEGER type.
id | name ----
+-----------1 |
mammoth 2 |
tortoise 3 |
coelacanth
The following SQL statements were executed. Select the correct statement about the execution result. BEGIN; DECLARE c SCROLL CURSOR FOR SELECT name FROM t1 ORDER BY id;
MOVE FORWARD 2 FROM c; FETCH FORWARD ALL FROM c; COMMIT;
Julio
2 months agoLeigha
1 months agoAnnalee
1 months agoErnie
1 months agoGlenn
2 months agoVirgina
2 months agoRasheeda
2 months agoWilda
3 months agoPamella
3 months agoKirk
3 months agoKaycee
2 months agoLatrice
2 months agoCristen
2 months ago