insert query 中文意思是什麼

insert query 解釋
插入查詢
  • insert : vt 1 插進,夾入。2 寫進,記入;刊登。3 (縫紉中)鑲,補。vi 【醫學】(肌肉)附著。n 1 插入物,嵌...
  • query : n 1 質問;詢問;疑問,懷疑。2 敢問,請問〈在疑問句前單獨使用〉。3 【印刷】(打在原稿或校樣上的)...
  1. Specifies that the query optimizer use a table scan, one or more indexes, or a locking method with this table or view and for this select, insert, update, or delete statement

    指定查詢優化器使用一個表掃描、一個或多個索引,或為當前表或視圖以及當前的select 、 insert 、 pdate或delete語句使用鎖定方法。
  2. Because no table is created for a query that does not return rows, if you process an insert query followed by a select query, the table created for the select query is named " table ", because it is the first table created

    如果某個查詢不返回行,則不會為該查詢創建表,因此,如果您先處理一個插入查詢,然後再處理一個選擇查詢,這樣由於為選擇查詢創建的表是第一個表,所以該表將被命名為「 table 」 。
  3. Since no table is created for a query that does not return rows, if you were to process an insert query followed by a select query, the table created for the select query would be named " table ", because it is the first table created

    如果某個查詢不返回行,則不會為該查詢創建表,因此,如果您先處理一個插入查詢,然後再處理一個選擇查詢,那麼由於為選擇查詢創建的表是第一個表,所以該表將被命名為「 table 」 。
  4. To insert sql text with the query builder

    使用查詢生成器插入sql文本
  5. I study mainly the storage of record and object, and bring forward the method of storage when the instance of object is embodied inside of record. 3 ) in the aspect of indexing, i presented a method that is generalized b - tree ( gbt ) and combining technique of founction template of c + + build the universal algorithm of queries, insert and delete. 4 ) finally, i analyze deeply and improve the query processing system of ormdbms, and confirm performance algorithm of linking and queries based on relational database. management system ( rdbms )

    在系統結構和特性中分析了系統所採用的兩層體系結構,並且詳細探討了在設計和實現數據庫時所涉及到的幾個主要問題:支持復雜對象、類型擴充、繼承機制和規則系統等;在存儲機制的討論中,主要研究了記錄和對象以及包含了對象實例記錄的存儲方法;在索引技術研究中,本文提出了類屬b樹的索引方法,通過c + +的函數模板技術給出了通用類屬b樹查詢、插入及其刪除的基本演算法;最後,文章以關系數據庫為基礎,深入分析並改進了在對象關系多媒體數據庫中的查詢處理系統,確定了選擇和連接操作的具體演算法。
  6. Insert values query

    插入值查詢
  7. Insert v query

    插入值查詢
  8. Train nested structure demonstrates how to combine the dmx insert into mining structure statement with the shape source data query to train a mining model that contains nested columns with data that contains nested tables, retrieved using a query, from an existing data source. train structure

    演示如何將dmx insert into語句和shape源數據查詢組合使用來定型這樣的挖掘模型,該挖掘模型包含嵌套列,而嵌套列中的數據包含使用查詢從現有數據源檢索到的嵌套表。
  9. It adopts xml documents to manage the database of the components, for their metadata structures are tree - structures. it makes it possible to manipulate the database such as insert, delete, update and query

    由於它們的元數據結構是樹狀結構,本論文採用xml文檔來管理組件的數據庫,並提供對該數據庫完成增加、刪除、修改、查詢記錄等傳統的數據庫操作的功能。
  10. A query that copies specific columns and rows from one table to another or to the same table. insert values query

    將更改表中一個或多個行的各列中的值的一種查詢。
  11. And the study of user ' s knowledge model includes seizing users " interest in their special domain, building and optimizing model, dealing with user ' s feedback, etc. at the end of the paper an application named sokey system is given out in textile industry. the system ' s whole structure and working flow are introduced and the dynamical refreshment of web pages, the automatic query of document information, segment browsing of result information, receiving and sending of user " information have been realized by using active server page 3. 0, insert language of vbscript and object orient database technology on the platform of windows2000 server

    最後,本文給出了在紡織化纖領域的一個應用實例- - - sokey系統,介紹了sokey系統的總體架構和工作流程,並在windows2000server平臺上使用activeserverpage3 . 0 、 vbscript等嵌入式編程語言和面向對象的數據庫技術,完成了網頁信息的動態刷新、文檔信息的自動查詢、結果信息的分段瀏覽、用戶信息收發等功能模塊,使用vc完成了網路信息自動捕獲模塊。
  12. Run the following query to insert a subscriber device into

    運行以下查詢,將訂閱方設備插入
  13. ( 8 ) designed and developed the information management system for cattle ' s image based on the b / s modle. it can complete the basic function of information management ( insert image information, delete image information, update and query image information ). the system is running on local intranet to test it ' s performance, and it works well

    ( 8 )以b / s為模型設計了的圖像信息管理系統,能夠實現圖像信息的常規管理(圖像信息的添加、刪除、更新和查詢) ,局域網測試結果表明,系統有良好的運行穩定性。
  14. The query and view designer provides built - in features for some query types - select, insert results, insert values, update, delete, and make table - and also supports union, full - text search, and case expression queries

    查詢和視圖設計器為某些查詢類型(如「選擇」 、 「插入結果」 、 「插入值」 、 「更新」和「生成表」 )提供了內置的功能,並且還支持union 、全文本搜索和case表達式查詢。
  15. A recursive cte can greatly simplify the code required to run a recursive query within a select, insert, update, delete, or create view statement

    遞歸cte可以極大地簡化在select 、 insert 、 update 、 delete或create view語句中運行遞歸查詢所需的代碼。
  16. Building the ideal index may give a dramatic performance boost to query performance, but there will be a negative impact whenever there are sql writes to the db2 database insert, update or delete

    雖然建立理想化的索引可以顯著提高查詢性能,但是每當對db2數據庫執行sql寫操作( insert 、 update或delete )時,上述理想化的索引都會有負面的影響。
分享友人