What's the difference between free table and database in VFP? How many parts does a table consist of? What are the steps to create a table?

What's the difference between free table and database in VFP? How many parts does a table consist of? What are the steps to create a table?

1. Database table has more functions, such as long field name, constraint, trigger, and freedom
The table consists of two parts: table structure and record
Set up table structure first, then input record