So...here we are. I had said "tomorrow", but 3 days have passed since my last mysql post.
Databases basically consist of tables. Tables are by themselves just rows and columns but can be interpreted as whatever we want. Generally, columns specify various attributes or qualities of a particular class and rows are just records (or instances) of that class, each one having specific values for each of the attributes including NULL.
Databases basically consist of tables. Tables are by themselves just rows and columns but can be interpreted as whatever we want. Generally, columns specify various attributes or qualities of a particular class and rows are just records (or instances) of that class, each one having specific values for each of the attributes including NULL.