21. | The mysql client writes a record of executed statements to a history file on Unix. |
Discuss |
Answer: (a).True
|
22. | A password applies globally to an account. |
Discuss |
Answer: (a).True
|
23. | The context in which the privilege ‘CREATE TABLESPACE’ applies is ______________ |
Discuss |
Answer: (a).Server administration
|
24. | The number of languages that have interfaces to bind to the C API of MySQL among these is ______________
Perl, PHP, Python |
Discuss |
Answer: (d).3
|
25. | The language that is the core for APIs and communication in MySQL is ______________ |
Discuss |
Answer: (a).C
|
26. | The most general purpose language is ______________ |
Discuss |
Answer: (a).C
|
27. | The language in which image processing is least simple is ______________ |
Discuss |
Answer: (d).C
|
28. | The option necessary to compile a C program havin math functions is ______________ |
Discuss |
Answer: (a).-lm
|
29. | What is the option for specifying the executable name while compiling with gcc? |
Discuss |
Answer: (b).-o
|
30. | For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by ______________ |
Discuss |
Answer: (b).–single-transaction
|