My Report

MySQL Practice Test 1


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 keyword is used to create a table as a temporary copy of itself?

2. Which of the following commands sets the SQL mode as TRADITIONAL?

3. The statement to change the table name is __________

4. MySQL stores the database character set and collation attributes in the file _________

5. In UNIX, the name of the option file is __________

6. Regardless of whether a database or table name is case sensitive on the system, it must be referred to using the same lettercase throughout a given query.

7. The clause that filters JOIN results is called _________

8. To create a database only if it doesn't already exist, which clause is used?

9. What does 'abc' & 'xyz' specify in the following SQL statement?

CREATE TABLE abc (xyz);

10. The default index type for MEMORY tables is __________


 

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.