🚀 Day 6: Data types in SQL
What Are Data Types?
Each column must be assigned a data type, such as:
Data TypeDescriptionUsage Example in a Table
CHARstring(0-255), can store characters of fixed length. Eg: Alice, all 50 is reserved here. Extra memory is wasted after stor...
thelearningcurve.hashnode.dev3 min read