drop index中文翻譯,drop index是什么意思,drop index發(fā)音、用法及例句
?drop index
drop index發(fā)音
英: 美:
drop index中文意思翻譯
常見(jiàn)釋義:
刪除索引
drop index雙語(yǔ)使用場(chǎng)景
1、ON option so the DROP INDEX transaction does not block queries and modifications to the underlying data and associated nonclustered indexes.───ON選項,這樣DROPINDEX事務(wù)就不會(huì )阻塞對基礎數據和相關(guān)的非聚集索引的查詢(xún)和修改。
2、Once an index is created, it is never referenced in a SQL statement again except to validate it (VALIDATE INDEX) or delete it (DROP INDEX).───索引一旦創(chuàng )建,在SQL語(yǔ)句中就不會(huì )再引用它,除非要校驗(VALIDATEINDEX)或刪除(DROPINDEX)它。
3、The DROP INDEX Transact-SQL statement can be used to drop existing primary or secondary XML and non-XML indexes.───DROPINDEXTransact-SQL語(yǔ)句可用于刪除現有的主(或輔助)XML索引和非XML索引。
4、Indicate that you want to drop an existing multiline text index.───表明您想要刪除一個(gè)現存的多行文本索引。
5、The DROP INDEX statement does not apply to indexes created by defining PRIMARY KEY or UNIQUE constraints.───DROPINDEX語(yǔ)句不適用于通過(guò)定義PRIMARYKEY或UNIQUE約束創(chuàng )建的索引。這些約束是分別使用。
6、Index page deallocation during a DROP INDEX operation is always fully logged.───DROPINDEX操作期間將完整記錄索引頁(yè)的釋放操作。
7、You can manually configure the number of processors that are used to run the DROP INDEX statement by specifying the MAXDOP index option.───可以通過(guò)指定MAXDOP索引選項來(lái)手動(dòng)配置用于運行DROPINDEX語(yǔ)句的處理器數。
8、You can delete an existing index in a table with the DROP index statement.───你可以將現有的索引通過(guò)DROP INDEX語(yǔ)句進(jìn)行取消操作。
9、The script will prompt you to either drop an existing index or create a new one.───這個(gè)腳本將會(huì )提示您要么刪除現存的索引要么創(chuàng )建一個(gè)新的索引。
drop index相似詞語(yǔ)短語(yǔ)
1、evenness index───均勻性指數
2、pulsation index───脈動(dòng)指數
3、index───vi.做索引;vt.指出;編入索引中;n.指標;指數;索引;指針
4、pliability index───柔韌性指數
5、ge index───通用電氣指數
6、drop───n.滴;落下;空投;微量;滴劑;v.推動(dòng);幫助;宣揚;下降;終止
7、cornification index───[醫]角化指數指陰道鱗狀上皮細胞中表層嗜伊紅致密核細胞的百分率,以表示雌激素的水平
8、string index───字符串索引
9、keratometric index───角膜測量指數
mysql設置唯一的屬性怎么取消?
要取消MySQL中的唯一屬性,您可以使用ALTER TABLE語(yǔ)句并將UNIQUE約束從相應的列中刪除。首先,使用以下語(yǔ)法查找唯一約束的名稱(chēng):
SHOW CREATE TABLE 表名;
然后,使用以下語(yǔ)法刪除唯一約束:
ALTER TABLE 表名 DROP INDEX 約束名稱(chēng);
這將取消列上的唯一屬性。請注意,您需要將"表名"替換為實(shí)際的表名,"約束名稱(chēng)"替換為實(shí)際的唯一約束名稱(chēng)。
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。