Select AI enables users to interact with Autonomous AI Database by expressing requests in natural language rather than manually constructing SQL. Oracle documents that Select AI uses generative AI and large language models to convert natural-language input into Oracle SQL. Depending on the requested action, the generated SQL can be displayed, explained, executed, or its results can be transformed into a natural-language response. This makes database information accessible to users who understand the business question but may not know SQL syntax or the underlying schema.
Internally, Select AI can augment a prompt with schema metadata, interact with the configured LLM, generate SQL, run the query, and optionally narrate the resulting data. It also extends beyond NL2SQL into Retrieval-Augmented Generation, conversations, and other generative-AI capabilities. It does not replace relational SQL with graph pattern matching, manage encryption-key rotation, or provision Autonomous AI Database infrastructure. Those are unrelated database administration or graph functions. The supplied question bank explicitly marks the natural-language data-query capability as correct.
Study Guide reference: Implementing Select AI and AI Vector Search in Autonomous AI Database — Select AI, natural-language interaction, NL2SQL, and LLM integration.
===============
Submit