If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the
package, as described in Using the Example Databases.
Open a connection:
List the columns in a table:
| Out[3]= |  |
Select data matching a condition:
| Out[4]= |  |
Use a prepared statement:
| Out[5]= |  |
If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the
package, as described in Using the Example Databases.