Database Operations
Basic database operations include creating and dropping databases and tables, appending data, updating and deleting records, querying data, and performing table joins.
Before you begin, make sure you’re familiar with SQL basics and have a user account with
corresponding privileges. To verify privileges, use getUserAccess
. If
needed, either contact administrator for privileges or login as default admin with
login(admin,123456)
.