Table

A table is a data structure that organizes information into rows and columns. It can be used to both store and display data in a structured format. For example, databases store data in tables so that information can be quickly accessed from specific rows. Websites often use tables to display multiple rows of data on page. Spreadsheets combine both purposes of a table by storing and displaying data in a structured format.

Databases often contain multiple tables, with each one designed for a specific purpose. For example, a company database may contain separate tables for employees, clients, and suppliers. Each table may include its own set of fields, based on what data the table needs to store. In database tables, each field is considered a column, while each entry (or record), is considered a row. A specific value can be accessed from the table by requesting data from an individual column and row.

Websites often use tables to display data in a structured format. In fact, HTML has a <table> tag, as well as <tr> (table row) and <td> (table data) tags for specifying rows and columns. Since many tables use the top row for header information, HTML also supports a <th> tag used to define the cells in the header row. By including tables in a webpage, large amounts of data can be displayed in a easy-to-read format. In the early days of HTML, tables were even used to construct the overall layout of webpages. However, cascading style sheets (CSS) are now the preferred means of designing webpage layouts.

Spreadsheets both store data and and display data in a table format. Programs like Microsoft Excel and Apple Numbers provide a grid, or matrix of cells in which users can enter data. Each cell is defined by a specific row/column pair, such A3, which refers to the cell in the first column and third row of the table. By formatting data in tables, spreadsheet applications provide a simple way to both enter data and share data with others.

Updated June 6, 2011 by Per C.

quizTest Your Knowledge

Which of the following passwords is the most secure?

A
Audrey0615
0%
B
U3!5r!Wruu6M
0%
C
qwerty654321
0%
D
GoP@ckers!
0%
Correct! Incorrect!     View the Password definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Table on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.