What command-line interface can be used to “wipe” an application database?

a. emulatorwipe

b. JUnit

c. cleardatabase

d. sqlite3

d. sqlite3
The sqlite3 command-line interface can be used to “wipe” an application database or fill it with test data for specific test scenarios.

Computer Science & Information Technology

You might also like to view...

What is the implementation of the ADT dictionary which has efficiency O(1) for addition?

a. sorted link-based b. sorted array-based c. binary search tree d. unsorted link-based

Computer Science & Information Technology

The ____________________ system has only two digits.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology