Clear the table.
Create Table based on the primary keys and other keys defined.
Delete items based on the table name, given primary key, and values.
Drop/Delete Table based on given table name
Insert a list of items into the table.
Query table based on size. Since the order is not specified, it will most likely get based on insertion order.