My Report

MySQL Practice Test 4


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. Which procedure parameter enables the caller to pass in a value and get back a value?

2. What is def in the following MySQL statement?

CREATE TRIGGER abc (...) (...) ON def FOR EACH ROW ghi;

3. The optimizer_prune_level is set by default.

4. In a single table (with 10 columns) join query the number of values needed to examine per column is __________

5. The IN, OUT and INOUT keywords do not apply to stored functions.

6. To minimize disk I/O, which of these should be chosen?

CHAR, VARCHAR

7. When a user creates a stored program that accesses sensitive data but forgets that other people who can invoke the object have the same access, the security context is __________

8. Reading from a table does not change it.

9. Which of these has higher priority?

writes, reads

10. Which statement is used to verify optimizer operation?


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.