Home > Databases > Quizzes > Introduction to MySQL Questions
Introduction to MySQL Questions
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 72% Most missed: “What are the main numeric data types in MS SQL?”

What is MySQL? 
MySQL is an open-source relational database management system (RDBMS). It is the most popular database system used with PHP. MySQL is developed, distributed, and supported by Oracle Corporation.  

The data in a MySQL database are stored in tables which consists of columns and rows.
MySQL is a database system that runs on a server.
MySQL is ideal for both small and large applications.
MySQL is very fast, reliable, and easy to use database system.It uses standard SQL
MySQL compiles on a number of platforms.

Introduction to MySQL Questions
Time left 00:00
24 Questions

1. Why are Datatypes important?

2. What are the main characteristics of decimal data types in MS SQL?

3. Does the value '2002-01-25 20:20:01.001' respect one of thefollowing formats date, datetime, and datetime2. If Yes which one?

4. What does SQL mainly allows us to do?

5. if you are supposed to create a table and on one column you have to store the following values. '2002-01-25 22:10:15.323' '1980-11-25 22:10:15' '2020-01-25' Whad data type you would choose for that column?

6. Does the value '2002-01-25 22:10:15.3239999' respect one of the following formats date, datetime, and datetime2. If Yes which one?

7. Does the value '22:10:15.3239999' respect one of the following formats date, datetime, and datetime2. If Yes which one?

8. What is SQL?

9. What is a Primary Key?

10. Which is the default schema name used in most Microsoft SQL databases?

11. What are the most basic and used elements / objects of a relational database?

12. What are the main categories of Datatypes in relational databases?

13. What is the minimal information needed when defining a table?

14. What are the main numeric data types in MS SQL?

15. Why are schemas needed in a database?

16. Does the value '2002-01-25' respect one of the following formats date, datetime, and datetime2. If Yes which one?

17. What are some table elements and data?

18. How do you test if a date time value is a valid datetime datatype?

19. What is a table?

20. What statement do we use to fetch data from a Database?

21. How is the place where the data is stored in the database called?

22. Do you know when and who is the inventor of RDBMS (relational database management systems)?

23. if you are supposed to create a table and on one column you have to store the following values. '2002-01-25' '1980-11-25' '2020-04-25' Whad data type you would choose?

24. What are the main elements of the database?