MySql
MySQL is an open-source relational database management system that stores, manages, and retrieves data efficiently. It’s essential today for powering web applications, ensuring data integrity, and supporting scalability.MySQL is widely used in industries for tasks like data analysis, transaction management, and reporting. Its flexibility supports various platforms and programming languages. As a key component of many modern systems, learning MySQL enhances both development and database management skills.
Take the assessment to know how good you are with MySQL Concepts & Commands.
Click the Rewards tab for eligibility requirements.
Read the FAQs tab carefully for Instructions before beginning the assessment.
NYXPoints are used to generate the Leaderboard (coming soon). They are awarded for achieving a certain score.
- 200 nyxpoints for a passing score of 80% or more
- 300 nyxpoints for a perfect score of 100%
- Didn’t pass? You still get 30 nyxpoints for attempting the assesment
IMPORTANT instructions for taking the Assessment
- The timer starts when you click Start Assessment
- DO NOT refresh/reload the page or use the back button to navigate away from the page.
- Navigating away from the assessment page DOES NOT stop/pause the timer and the will restart the assessment when you come back to it. The answers are NOT saved.
General
- There are NO pre-requisites to take this assessment. Take this assessment even if you are completely new to Linux.
- The assessment is completely FREE.
- Preferably take it in a closed book mode.
- DO NOT copy/paste, share or upload questions elsewhere.
Eligible Rewards
300 NyxCoins*
* NyxCoins vary on score
Assessment Summary
0 of 30 Questions completed
Questions:
Information
You have already completed the assessment before. Hence you can not start it again.
Assessment is loading…
You must sign in or sign up to start the assessment.
You must first complete the following:
Results
Results
0 of 30 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 30
1. Question
Which privilege must be given to the database to create a stored function or procedure?
CorrectIncorrect -
Question 2 of 30
2. Question
What is reason to introduce data redundancy into a normalized database design?
CorrectIncorrect -
Question 3 of 30
3. Question
In a well-designed structured relational database, what should every table have?
CorrectIncorrect -
Question 4 of 30
4. Question
Which type of SQL query is best suited for validating the format of an email address in a MySQL table?
CorrectIncorrect -
Question 5 of 30
5. Question
Which of the following statements is true about an INNER JOIN in MySQL?
CorrectIncorrect -
Question 6 of 30
6. Question
Select an option to get the current date and time in MySQL.
CorrectIncorrect -
Question 7 of 30
7. Question
What does the GROUP BY clause do in a MySQL query?
CorrectIncorrect -
Question 8 of 30
8. Question
Which MySQL function can be used to calculate the total number of rows in a result set?
CorrectIncorrect -
Question 9 of 30
9. Question
How can you retrieve only unique values from a column in a MySQL table?
CorrectIncorrect -
Question 10 of 30
10. Question
In MySQL databases, the structure representing the organizational views of the entire databases is known as ___________.
CorrectIncorrect -
Question 11 of 30
11. Question
What is the output of the following SQL Statement?
SELECT * FROM Students WHERE Name LIKE ‘c%’
CorrectIncorrect -
Question 12 of 30
12. Question
Which of the following is the default port for MySQL Server?
CorrectIncorrect -
Question 13 of 30
13. Question
What character is used to terminate queries in MySQL?
CorrectIncorrect -
Question 14 of 30
14. Question
Which MySQL statement is used to remove a table from a database?
CorrectIncorrect -
Question 15 of 30
15. Question
Select a MySQL command which shows the structure of a table.
CorrectIncorrect -
Question 16 of 30
16. Question
What is the MySQL perror command line utility used for?
CorrectIncorrect -
Question 17 of 30
17. Question
Which of the following is not a valid string type for a column in MySQL?
CorrectIncorrect -
Question 18 of 30
18. Question
In which table does mysql stores user account passwords?
CorrectIncorrect -
Question 19 of 30
19. Question
Which keyword is used to remove all rows from a table emp?
CorrectIncorrect -
Question 20 of 30
20. Question
Which of the following SQL statements correctly drops multiple tables in a single command?
CorrectIncorrect -
Question 21 of 30
21. Question
Which of the following is not a DDL (Data Definition Language) command?
CorrectIncorrect -
Question 22 of 30
22. Question
To export an entire database, including both its objects and data, which command-line tool should you use?
CorrectIncorrect -
Question 23 of 30
23. Question
What does the ON DELETE CASCADE option do in a relational database?
CorrectIncorrect -
Question 24 of 30
24. Question
How can you list all columns for a given table (demo)?
CorrectIncorrect -
Question 25 of 30
25. Question
Which command is used to grant all privileges on a database named testdb to a user named john?
CorrectIncorrect -
Question 26 of 30
26. Question
The procedure of nesting one select statement into another is called as?
CorrectIncorrect -
Question 27 of 30
27. Question
What is the purpose of the INDEX in MySQL?
CorrectIncorrect -
Question 28 of 30
28. Question
Which clause is used to sort the output of a query in SQL?
CorrectIncorrect -
Question 29 of 30
29. Question
What is InnoDB in the below given SQL Query __________?
CREATE TABLE vendor (
name CHAR(30),
id INT,
PRIMARY KEY (id)
) ENGINE = InnoDB;
CorrectIncorrect -
Question 30 of 30
30. Question
Which MySQL function is used to extract a substring from a string?
CorrectIncorrect