A
Q. You can use the BULK COLLECT INTO clause with the EXECUTE IMMEDIATE statement to store values from each column of a query's result set in a separate collection.
The BULK sql passes an entire collection to and fro. The BULK COLLECT INTO clause is used to execute the statements immediately.
You must be Logged in to update hint/solution
Q. The mysql client writes a record of executed statements to a history file on Unix.
Q. How many of the following return rows? SELECT, SHOW, DESCRIBE
Q. The most important configurable resource for MyISAM is
Q. The operator used in PHP to access property of an object is . . . . . . . .
Q. Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
Q. Which operator is used to match column values against a list of values?
Q. The keyword used to create a database is . . . . . . . .
Discusssion
Login to discuss.