table

The fundamental structure of a relational database management system. In Visual FoxPro, a table stores data in records (rows) and fields (columns). The data is usually about a particular category of things, such as customers, customer orders, employees, or inventory parts. Each Visual FoxPro table can be stored in its own file with a .dbf extension or contained in a database.