CBSE Class 12 Computer Science Question 52 of 91

Relational Database and SQL — Question 13

Back to all questions
13
Question

Question 10

What is a data type? 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.