Last week, we discussed storing text in a database. This week we will dive deeper into data types. When storing data in our database, we want to make sure that it’s stored accurately and that we only use the required amount of space. This is because when we access the data later, we want to … Continue reading "Fundamentals of Data Types"
The post Fundamentals of Data Types appeared first on Born SQL.