informix中文翻譯,informix是什么意思,informix發(fā)音、用法及例句
- 內容導航:
- 1、informix
- 2、informix數據庫怎么刪除唯一索引的語(yǔ)句
1、informix
informix發(fā)音
英: 美:
informix中文意思翻譯
常用釋義:數據庫
n.數據庫;數據庫軟件商
informix雙語(yǔ)使用場(chǎng)景
1、Although not required, this property enables you to set the number of seconds that Informix dynamic server waits for a lock.───雖然不是必需的,但是這個(gè)屬性使您能夠設置Informix動(dòng)態(tài)服務(wù)器等待某一鎖定的秒數。
2、Informix has always been a great datamart and data warehouse server.───Informix一直有一個(gè)很大的數據集市和數據倉庫服務(wù)器。
3、Informix Growth Edition supports up to two high-availability cluster secondary nodes of any type.───InformixGrowthEdition支持兩個(gè)任何類(lèi)型的高可用性集群輔助節點(diǎn)。
4、The following table is designed to make it easier for you to determine the unique characteristics of each Informix edition.───下表被設計用于使您更容易地確定每一個(gè)Informix版本的獨特特性。
5、But since the temp tables had not been defined and realized in IWA, Informix handled the second query as a normal query.───但是,由于在IWA中無(wú)法定義和實(shí)現臨時(shí)表,所以Informix像處理普通查詢(xún)一樣處理第二次查詢(xún)。
6、Implementing new Informix 11.7 features.───實(shí)現新Informix 11.7特性。
7、Tuning Informix database instance.───調整Informix數據庫實(shí)例。
8、The actual schema of the table (Listing 1) used in the Informix port of this agent includes how much virtual memory is allocated and used.───該代理的Informix端口中使用的表的實(shí)際模式(清單1)包括分配和使用多少虛擬內存。
9、Installing Informix server software.───安裝Informix服務(wù)器軟件。
informix相似詞語(yǔ)短語(yǔ)
1、adding information───添加信息
2、retrieving version information───正在檢索版本信息
3、more info───更多信息(moreinformation);詳細信息(more information);詳細信息(moreinformation)
4、virtuoso informally───非正式的
5、informing book───告知書(shū)
6、infoldings of chloroplast───葉綠體內陷
7、informing data───通知數據
8、goral info───立即通知
9、unusually informed───異常通知
10、infolding def───內翻定義
2、informix數據庫怎么刪除唯一索引的語(yǔ)句
informix直接刪除唯一索引的語(yǔ)法:
drop index 索引名 ;
可做如下測試:
1、創(chuàng )建表:
create table tab_yzh_test_01(
product_id decimal(20,0),
product_no varchar(40),
cust_level varchar(10)
);
2、創(chuàng )建唯一索引:
create unique index idx_tab_yzh_test_01_01 on tab_yzh_test_01(product_id);
3、刪除唯一索引:
drop index idx_tab_yzh_test_01_01 ;
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。