2 Getting Started with SQL for Oracle NoSQL Database
Learn how to launch the SQL shell, use SQL statements to create tables, and SQL queries to manipulate and retrieve data from Oracle NoSQL Database tables.
You can get started by installing KVLite, which is a simplified version of the Oracle NoSQL Database. KVLite provides a single storage node and a single shard store. It runs in a single process without requiring any administrative interface. You can start your data store as follows:
If you want to install data store, see Installing Oracle NoSQL Database.
You can then use the SQL shell to run SQL statements.