What are data types that we can use in a table?

INTVARCHAR(20)FLOATSET

That's right! INT, VARCHAR(20) and FLOAT are data types, along with TEXT and BOOLEAN. SET, however, is a clause.

Not quite! INT, VARCHAR(20) and FLOAT are data types, along with TEXT and BOOLEAN. SET, however, is a clause.