Home / Programming MCQs / MySQL MCQs / Question
S
Q. WRAP command is used to encrypt a PL/SQL application.
The WRAP command is used while we are delivering a PL/SQL application without exposing the source code. Syntax for this would be wrap iname=[file] oname=[file]
You must be Logged in to update hint/solution
In PL/SQL, a warning or error condition is called an exception.
TINYTEXT can hold the maximum length of ___ characters?
The character that the mysql client program recognizes as a statement delimiter is ______________
Which clause is used to remove a foreign key constraint?
Which is the MySQL instance responsible for data processing?
What is the size of the BIT type?
In order to add a new column to an existing table in SQL, we can use the command
How would a stored function named PI() written in the database ‘sampdb’ be called?
Discusssion
Login to discuss.