What is "database-table"

In a relational database management system (RDBMS) a table organizes the information in rows and columns. Each table has a defined number of columns, each of which is identified by its name, but the number of rows is variable, consisting of one for each data row.

More information:

  1. The entrance wiki about database tables is a good source of information.
  2. Microsoft provides an intuitive definition of a table