CBSE Class 11 Informatics Practices Question 49 of 87

Structured Query Language (SQL) — Question 10

Back to all questions
10
Question

Question 7

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.