The Tabledef object represents the schema (structure) of a table. The DAO database classes let you create and manipulate tables in a database using the Data Manipulation Language (DML) subset of SQL. You can use the DAO database classes to create and delete fields (columns) in a table and to create and delete indexes for a table.