Home / Programming MCQs / MySQL MCQs / Question
S
Q. How many attributes does every explicit cursor and cursor variable have?
The 4 attributes are: %FOUND, %ISOPEN %NOTFOUND, and %ROWCOUNT. When these attributes are appended with the cursor or the cursor variable they return useful information about the execution of a data manipulation statement.
You must be Logged in to update hint/solution
What does the CREATE TABLE Statement do?
What is the similarity between CLOB and NCLOB Oracle Large Object Data Types?
If you want to stop the processing query then which of the following command you should use?
Arrays in other languages become varrays in PL/SQL.
Which of the following is TRUE about TCL?
Triggers enable to enforce data integrity constraints.
What is the meaning of “EMPTY SET” in the following query?
OS imposes per process limits on the number of open file descriptors.
Discusssion
Login to discuss.