SQL(Structured Query Language,結(jié)構(gòu)查詢語言)是一個功能強大的數(shù)據(jù)庫語言。SQL通常使用于數(shù)據(jù)庫的通訊。ANSI(美國國家標準學(xué)會)聲稱,SQL是關(guān)系數(shù)據(jù)庫管理系統(tǒng)的標準語言。SQL語句通常用于完成一些數(shù)據(jù)庫的操作任務(wù),比如在數(shù)據(jù)庫中更新數(shù)據(jù),或者從數(shù)據(jù)庫中檢索數(shù)據(jù)。使用SQL的常見關(guān)系數(shù)據(jù)庫管理系統(tǒng)有:Oracle、 Sybase、 Microsoft SQL Server、 Access、 Ingres等等。雖然絕大多數(shù)的數(shù)據(jù)庫系統(tǒng)使用SQL,但是它們同樣有它們自立另外的專有擴展功能用于它們的系統(tǒng)。但是,標準的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成絕大多數(shù)數(shù)據(jù)庫的操作。
標簽: Structured Language Query SQL
上傳時間: 2015-10-06
上傳用戶:nairui21
SQL(Structured Query Language,結(jié)構(gòu)查詢語言)是一個功能強大的數(shù)據(jù)庫語言。SQL通常使用于數(shù)據(jù)庫的通訊。ANSI(美國國家標準學(xué)會)聲稱,SQL是關(guān)系數(shù)據(jù)庫管理系統(tǒng)的標準語言。SQL語句通常用于完成一些數(shù)據(jù)庫的操作任務(wù),比如在數(shù)據(jù)庫中更新數(shù)據(jù),或者從數(shù)據(jù)庫中檢索數(shù)據(jù)。雖然絕大多數(shù)的數(shù)據(jù)庫系統(tǒng)使用SQL,但是它們同樣有它們自立另外的專有擴展功能用于它們的系統(tǒng)。但是,標準的SQL命令,比如"Select"、 "Insert"、 "Update"、 "Delete"、 "Create"和 "Drop"常常被用于完成絕大多數(shù)數(shù)據(jù)庫的操作。
標簽: Structured Language Query SQL
上傳時間: 2013-12-11
上傳用戶:qq1604324866
實驗參數(shù)采集窗口程序 開始采集 Private Sub kaishicaiji_Click() Timer1.Enabled = True End Sub Private Sub lishishuju_Click() Form5.Show Form2.Hide End Sub Private Sub shishiquxian_Click() Form4.Show Form2.Hide End Sub
標簽: Private Sub kaishicaiji_Click Enabled
上傳時間: 2015-10-28
上傳用戶:watch100
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields
標簽: administration phpMyAdmin the intended
上傳時間: 2015-10-30
上傳用戶:時代電子小智
本設(shè)計的目的是通過設(shè)計和調(diào)試一個簡單的文件系統(tǒng),主要是模擬文件操作命令的執(zhí)行,來模擬文件管理,使學(xué)生對主要文件操作命令的實質(zhì)和執(zhí)行過程有比較深入的了解,掌握它們的基本實施方法。具體要求如下: (1) 設(shè)計一個支持n個用戶的文件系統(tǒng),每個用戶可擁有多個文件: (2) 采用二級或二級以上的多級文件目錄管理; (3) 對文件應(yīng)設(shè)置存去控制保護方式,如“只能執(zhí)行”、“允許讀”、“允許寫等”; (4) 系統(tǒng)的外部特征應(yīng)接近于真實系統(tǒng),可設(shè)置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 讀文件 Open 打開文件 Write 寫文件 Close 關(guān)閉文件 Copy 復(fù)制文件 Delete 撤消文件 Directory 查詢目錄 (5) 通過鍵盤使用該文件系統(tǒng),系統(tǒng)應(yīng)顯示操作命令的執(zhí)行結(jié)果。
標簽: 調(diào)試 文件系統(tǒng)
上傳時間: 2014-01-11
上傳用戶:zhanditian
An example to accompany PCW March 2004 Visual Programming Hands On. To use, open the solution in the SchoolApp folder. April 2004: Now revised to add New and Delete options. Tim Anderson http://www.itwriting.com/pcw/
標簽: Programming accompany solution example
上傳時間: 2015-12-09
上傳用戶:qunquan
#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 warcraft<x warcraft++) { cout<<*p<<" " war=*p for(l=1 x>1 l++) { if(*(p+l)==0) { cout<<endl *(p+l)=1 break } else { cout<<*(p+l)<<" " *(p+l)=war+*(p+l) war=*(p+l)-war } } } cout<<endl delete [] p cin>>x } return 0 }
標簽: namespace iostream unsigned warcraft
上傳時間: 2015-12-12
上傳用戶:manlian
數(shù)據(jù)庫的設(shè)計范式是數(shù)據(jù)庫設(shè)計所需要滿足的規(guī)范,滿足這些規(guī)范的數(shù)據(jù)庫是簡潔的、結(jié)構(gòu)明晰的,同時,不會發(fā)生插入 (insert)、刪除(delete)和更新(update)操作異常。反之則是亂七八糟,不僅給數(shù)據(jù)庫的編程人員制造麻煩,而且面目可憎,可能存儲了 大量不需要的冗余信息。 設(shè)計范式是不是很難懂呢?非也,大學(xué)教材上給我們一堆數(shù)學(xué)公式我們當然看不懂,也記不住。所以我們很多人就根本不按照范式來設(shè)計數(shù)據(jù)庫。 實質(zhì)上,設(shè)計范式用很形象、很簡潔的話語就能說清楚,道明白。本文將對范式進行通俗地說明,并以筆者曾經(jīng)設(shè)計的一個簡單論壇的數(shù)據(jù)庫為例來講解怎樣將這些范式應(yīng)用于實際工程。
標簽: 數(shù)據(jù)庫 數(shù)據(jù)庫設(shè)計
上傳時間: 2014-01-21
上傳用戶:笨小孩
Floating Window.It is descendant of TCustomPanel. You can: - Drag on its title bar. - Set title bar on the left (only for truetype font) - Show/Hide buttons on title bar - Expand/shrink window (like tool window in CorelDraw)
標簽: title TCustomPanel descendant Floating
上傳時間: 2013-12-20
上傳用戶:wendy15
This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.
標簽: implements and min binomial
上傳時間: 2014-11-27
上傳用戶:2467478207
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1