|  | 
| A1:
                         | You can open a database with the dba_open() function.  | 
 |  | 
| A2:
                         | The dba_insert() function adds a record to a database.  | 
 |  | 
| A3:
                         | The dba_replace() function replaces a record in a database.  | 
 |  | 
| A4:
                         | The dba_fetch() function returns an element given a DBA resource and the element's name.  | 
 |  | 
| A5:
                         | dba_firstkey() returns the name of the first element in a DBM-like database.  | 
 |  | 
| A6:
                         | After calling dba_firstkey(), you can get subsequent element names by calling dba_nextkey().  | 
 |  | 
| A7:
                         | You can delete an element with dba_delete().  |