What is a Table?
In database terms, a table is responsible for storing data in the database. Database tables consist of rows and columns.In the following example, the second row is highlighted in black:
In the next example, the second column is highlighted in black. This column has been given a name of "FirstName":
A row contains each record in the table, and the column is responsible for defining the type of data that goes into each cell. Therefore, if we need to add a new person to our table, we would create a new row with the person's details.
0 comments:
Post a Comment