Introduction to SQL
Jasmin Ludolf
Senior Data Science Content Developer, DataCamp
A string is a sequence of characters such as letters or punctuation
VARCHAR
is a flexible and popular string data type in SQL
INT
is a flexible and popular integer data type in SQLNUMERIC
is a flexible and popular float data type in SQLIntroduction to SQL