把AI技術(shù)加入到Oracle數(shù)據(jù)庫,是一種什么體驗(yàn)?
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
Oracle 23ai發(fā)布 2024年5月2日, 甲骨文正式發(fā)布了Oracle Database 23ai,鑒于此版本數(shù)據(jù)庫中對(duì)AI的關(guān)注,Oracle Database 23c更名為Oracle Database 23ai。 Oracle Select AI簡(jiǎn)單介紹 SELECT AI是Oracle 23ai新功能,通過SELECT AI,可以使用自然語言和Oracle對(duì)話,生成式人工智能大語言模型(LLM)與Oracle SQL相結(jié)合,使您能夠描述您想要的內(nèi)容(聲明性意圖),并讓數(shù)據(jù)庫生成與您的模式相關(guān)的SQL查詢。 本文主要介紹如何使用Select AI和數(shù)據(jù)庫交互,沒有SQL經(jīng)驗(yàn)如何輕松操作數(shù)據(jù)庫。 Oracle Select AI使用示例 運(yùn)行AI提示的語法為: SELECT AI action natural_language_prompt 參數(shù)如下:
//舉例說明// 統(tǒng)計(jì)SH.CUSTOMERS表里有多少客戶 常規(guī)SQL寫法如下: SQL> SELECT COUNT(*) AS total_customers FROM SH.CUSTOMERS; 用自然語言查詢數(shù)據(jù)庫 可以用自然語言和數(shù)據(jù)庫進(jìn)行溝通,語法:“select ai 自然語言”。 SQL> select ai how many customers exist; 讓數(shù)據(jù)庫用自然語言回復(fù) 用自然語言解釋底層SQL命令的輸出,語法:“select ai narrate自然語言”。 統(tǒng)計(jì)SH.CUSTOMERS表里有多少客戶: SQL> select ai narrate how many customers exist; 統(tǒng)計(jì)前三名舊金山客戶: SQL> select ai narrate what are the top 3 customers in San Francisco; 不會(huì)寫SQL怎么辦?不用擔(dān)心,SELECT AI可以自動(dòng)生成SQL語句! 用自然語言生成SQL 可以用自然語言生成SQL語句,語法:“select ai showsql 自然語言”。 SQL> select ai showsql how many customers exist; 統(tǒng)計(jì)舊金山的客戶有多少已婚的: SQL> select ai showsql how many customers in San Francisco are married; 統(tǒng)計(jì)舊金山的客戶有多少已婚的,并解釋統(tǒng)計(jì)的邏輯: SQL> select ai explainsql how many customers in San Francisco are married; 用SELECT AI輔助其他工作 例如:我想知道什么是Autonomous Database? SQL> select ai chat what is Autonomous Database; 例如:讓SELECT AI幫寫一段熱情的引言,介紹如何開始以運(yùn)動(dòng)員為目標(biāo)受眾的攀巖運(yùn)動(dòng)。 SQL> SELECT AI chat Write an enthusiastic introductory paragraph on how to get started with rock climbing with Athletes as the target audience; 總結(jié) 數(shù)據(jù)庫技術(shù)正在向智能化方向發(fā)展,數(shù)據(jù)庫和AI技術(shù)的結(jié)合,提高了數(shù)據(jù)庫管理的效率和準(zhǔn)確性。 文章參考 1、甲骨文官網(wǎng):《Use Select AI to Generate SQL from Natural Language Prompts》 2、甲骨文云技術(shù)《Oracle Database 23ai 正式發(fā)布》 3、AIGC_Connect博客:《Oracle Select AI 介紹》 文章作者丨陳舉超 該文章在 2024/7/10 17:03:25 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |