51. What is 'tamp' in the following MySQL command?
mysql -h xyz.host.try.net -p -u tamp
mysql -h xyz.host.try.net -p -u tamp
52. What does 'abc' & 'xyz' specify in the following SQL statement?
CREATE TABLE abc (xyz);
CREATE TABLE abc (xyz);
53. Which server mode value disables use of built in function names as identifiers?
54. If a string is to be converted to a number, it is converted into a . . . . . . . .
55. To determine whether query cache is supported by the server the variable is . . . . . . . .
56. The number of options that can be used to control LOCAL capability at runtime is . . . . . . . .
57. The UNION ALL has a higher precedence than UNION DISTINCT.
58. The number of attributes in the following SQL table is . . . . . . . .
CREATE TABLE employee (
emp_name CHAR(30),
emp_id INT
);
CREATE TABLE employee (
emp_name CHAR(30),
emp_id INT
);
59. The facility that allows nesting one select statement into another is called . . . . . . . .
60. CGI.pm also supports an object oriented style of use.
Read More Section(MySQL Miscellaneous)
Each Section contains maximum 100 MCQs question on MySQL Miscellaneous. To get more questions visit other sections.
- MySQL Miscellaneous - Section 1
- MySQL Miscellaneous - Section 2
- MySQL Miscellaneous - Section 3
- MySQL Miscellaneous - Section 4
- MySQL Miscellaneous - Section 6
- MySQL Miscellaneous - Section 7
- MySQL Miscellaneous - Section 8
- MySQL Miscellaneous - Section 9
- MySQL Miscellaneous - Section 10
- MySQL Miscellaneous - Section 11
- MySQL Miscellaneous - Section 12