structured query language sql 中文意思是什麼

structured query language sql 解釋
結構式詢問語言
  • query : n 1 質問;詢問;疑問,懷疑。2 敢問,請問〈在疑問句前單獨使用〉。3 【印刷】(打在原稿或校樣上的)...
  • language : n 1 語言;(某民族,某國的)國語;語調,措詞。2 (談話者或作者所使用的)言語,語風,文風,文體。3...
  • sql : 標注語法
  1. Sql server compact edition is a powerful, yet lightweight relational database engine that makes it easy to develop desktop applications by supporting familiar structured query language syntax and providing a development model and api consistent with sql server

    Sql server compact edition是功能強大又輕巧的關聯式資料庫引擎,可支援常用的結構化查詢語言structured query language , sql語法,並提供與sql server一致的研發模式及api ,因此可便於開發供桌上型電腦使用的應用程式。
  2. Sql server 2005 compact edition is a powerful, yet lightweight relational database engine that makes it easy to develop desktop applications by supporting familiar structured query language syntax and providing a development model and api consistent with sql server

    Sql server 2005 compact edition是功能強大又輕巧的關聯式資料庫引擎,可支援常用的結構化查詢語言structured query language , sql語法,並提供與sql server一致的研發模式及api ,因此可便於開發供桌上型電腦使用的應用程式。
  3. Topics include : relational databases, sql ( structured query language ) ; types, relations, relational algebra, integrity, view ; functional dependency theory, normalization, semantic modeling, entity - relationship modeling, conceptual database design ; concurrency control, security ; database and web connectivity, xml

    主題包括:關聯式資料庫、 sql (結構查詢語言) ;資料類型、關聯、關聯式代數、完整性、景觀表;功能依附理論、正規化、語義塑模、實體關聯塑模、概念性資料庫設計;同時操作控制、安全;資料庫與網頁連結、 xml (可擴展標示語言) 。
  4. Among them, the dbms adopted microsoft sql server 2000 structured query database management system, the www server employed the internet information service ( iis ) 5. 0, the web page uses dynamic activex server ( asp ) technology, script language is vbscript, connect the sql server 2000 database with ado and sqloledb technology, the operating system ( os ) is microsoft windows2000 server which is currently the most advanced operating system in pc servers

    其中,數據庫應用了微軟公司的microsoftsqlserver2000結構化查詢網路數據庫系統, www服務器基於國際網際網路信息服務s5 . 0 , web頁面採用微軟公司動態服務器網頁技術,腳本語言採用vbscript ,通過ado數據控制項,以sqlserver2000支持的sqloledb技術與數據庫相連,操作系統採用目前微軟公司最先進的windows2000server 。
  5. To persistence the objects there are two common approach. one approach is that structured query language ( sql ) codeis embedded in the source code of your classes. the other approach is that sql statements for your business classes are encapsulated in one or more " data classes. " the disadvantage is that it directly couples your business classes with the schema of your relational database, implying that a simple change such as renaming a column or porting to another database results in a rework of your source code

    實現在關系數據庫存取對象,常用的做法有:一種方法是在對象中直接編寫sql代碼來存取對象,另一種方法是將sql代碼在專門的數據類(或存儲過程)中編寫,但著兩種方式都使得對象模型與關系數據庫模式的耦合度大,不容易維護,因為關系數據庫模式的微小改動,都將導致應用程序的重新編譯。
分享友人