My Report

MySQL Practice Test 5


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. What exports table definitions and contents?

2. The binary protocol is more difficult to use.

3. The MySQL APIs are libraries to connect applications to database servers.

4. The statement used to select a default database is ______________

5. For which language is the engine specific interface PDO defined?

6. The name of the option file in Unix is __________

7. Which library file contains various portability macros and definitions?

8. The number of attributes in the following SQL table is ______________

	CREATE TABLE employee (
		emp_name CHAR(30),
		emp_id INT
	);

9. Which clause is used to "Modify the existing field of the table"?

10. Which of these can be used in place of MYSQL_SERVER_VERSION?


 

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.