Computer Science, asked by chandaharish82, 8 months ago

What are data types? Give examples of two data types in SQL / MySQL.​

Answers

Answered by programmer89
0

Answer:

SQL general data types consist of the following:

A text- and/or numeric-based value, often referred to as a STRING

A numeric-only value, often referred to as an INTEGER

A calendar- and/or clock-based value, often reffered to as DATE or TIME

A database-specific value such as a boolean (two-option) flag, an array that stores multiple values within one data point

Similar questions