CBSE Class 12 Informatics Practices Question 34 of 79

MySQL SQL Revision Tour — Question 2

Back to all questions
2
Question

Question 2

What is a datatype ? Name some data types available in MySQL.

Answer

Data types are means to identify the type of data and associated operations for handling it. The data types available in MySQL are int, float, date, time, char, varchar etc.