Home / Programming MCQs / MySQL MCQs / Question
A
Q. By using which clause, the mode is OUT, so you cannot specify a parameter mode for output bind arguments?
By using the USING clause the default mode is IN, so we need not specify a parameter mode for the input bind arguements. With the RETURNING INTO clause the mode is OUT so we cannot specify a parameter mode for output bind arguements.
You must be Logged in to update hint/solution
Q. Mysql is an example of the _____.
Q. The –protocol value ‘TCP’ runs on which operating systems?
Q. Which property determines whether a database object is case sensitive?
Q. Which of the following is true of mysql?
Q. Which of the following is not a query clause?
Q. The line which is written at the top of the script to write a Perl script using CGI.pm is
Q. How many of these are for use with only MyISAM tables? mysql, mysqladmin, mysqldump, mysqlisamchk
Q. Is it important to provide where condition with update statement in MYSQL?
Q. In the database table, data types describe the kind of ___ that it can contain.
Discusssion
Login to discuss.