+ 2
What Kind of data types in sql ?
sql
4 Antworten
+ 13
//see here(in datatypes section)
https://www.sololearn.com/learn/SQL/1870/?ref=app
+ 5
tinyint
int
bigint
float
double
varchar
nvarchar
text
boolean
char
nchar
+ 3
it has
INT
DECIMAL
CHAR
VARCHAR
which are the most frequently used.