Which three statement types can be prepared?
A.
LOAD DATA INFILE
B.
CREATE TABLE
C.
CREATE VIEW
D.
ALTER VIEW
E.
CALL
Which three statement types can be prepared?
Which three statement types can be prepared?
A.
LOAD DATA INFILE
B.
CREATE TABLE
C.
CREATE VIEW
D.
ALTER VIEW
E.
CALL
correct A,B,E
I think is the B, C, E
prepared create view is possible, LOAD DATA INFILE i think not is possible
B,C and E
http://dev.mysql.com/doc/refman/5.6/en/sql-syntax-prepared-statements.html
B C E
B,C,E
My student guide says B,D,E.
your student guide is wrong, it’s b,c,e