Definitions for "Database Table" Add To Word List
Login or Register  | Word Lists | Search History

a collection of data records that is organized into rows and columns
Helpful?           0
a two-dimensional list made of columns and rows
Helpful?           0
a two dimensional representation of your data using columns and rows
Helpful?           0
A table is a data grid used to store similar information. It is made up of columns (also known as fields), which represent entity attributes, or pieces of data, and rows, which represent individual records. All records in a table share the same fields.
Helpful?           0
A structure, made up of columns and rows, that holds information in a database. Database tables provide a means of storing information that changes too often to hard-code, or store permanently, in the transaction outline.
Helpful?           0