A table in a database is a set of related data has the same form of data. In other words, a table is a spreadsheet where a row is a record/instance, and a column is a specific attribute of this record/instance. For instance, the Students table might have columns such as student ID, first name, last name, date of birth, etc. A school might have a few thousand rows in the Students table, one for each student.