In this video, we create 12 tables for a library databse.
A table can contain multiple fields or columns with different data types. These data types include numbers, characters and strings, dates and times, binary, boolean, etc.
Using the correct data types for fields or columns in a table helps ensure accurate and efficient data storage and retrieval.
You can access the following website for data types reference.
https://www.w3schools.in/sql/data-types
#createtable#tabledesign#designtable#designtablesforlibrary
#how to design tables for a library database