我要评分
获取效率
正确性
完整性
易理解

Verifying FastDB

This section describes only login, query, and logout operations. For details about other operations, see Verifying FastDB.

  1. Initialize the database and log in to it.
    1
    2
    cd /usr/local/fastdb/bin
    ./subsql
    

  2. View common database operations.
    1
    help
    

  3. Log out of the database.
    1
    exit