Computer Science
What is a datatype ? Name some data types available in MySQL.
SQL Queries
5 Likes
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.
Answered By
2 Likes