SQL Basics Primer Part 4

This is a small article that would be the fourth and final part in the SQL Basics Primer series. In this part, we will see how one can create simple tables.

In the last parts we have looked into how to view the data in the tables and how to modify them. But for all this to happen, there must be a structure in the database that can hold all the rows. As mentioned earlier, tables define the structure of how many elements each row must contain.

Read the rest of this entry »