青年中文青年中文

drop table的意思

drop table中文翻譯:

刪除表;落車臺,落重臺;翻桌

相似詞語短語

drop───n.滴;落下;空投;微量;滴劑;v.推動;幫助;宣揚;下降;終止

table───vt.制表;擱置;嵌合;n.桌子;表格;平地層;adj.桌子的;n.(Table)人名;(羅)塔布萊

sweet drop───甜點

drag drop───拖放

cram drop───補習班

draggle drop───拖拉

clumsily drop───笨拙地跌落

beat drop───節拍下降

drop over───vt.順便來訪;順便拜訪

雙語使用場景

Note that the debugger might generate warnings related to DROP TABLE statements, which you can ignore.───注意,調試器可能會產生與DROP table語句有關的警告,可以不理會它。

While the drop table space operations are running, execute the following script from another session.───在執行刪除表空間的操作時,從另一會話執行下列腳本。

Finally, the DROP table statement deletes the empty table from the schema.───最后,DROP table語句刪除模式中的空表。

The syntax is simple: You append the fully qualified name and a semicolon to the DROP TABLE SQL command, and you're finished.───語法很簡單:把完全限定名稱和分號放在DROPTABLESQL命令后面,就完成了。

Note that the debugger might generate warnings related to DROP TABLE statements, which can be ignored.───注意,調試器可能生成與DROPTABLE語句相關的警告,對此可以忽略。

After a TRUNCATE TABLE statement, the table structure and all of the indexes continue to exist until you issue a DROP TABLE statement.───執行TRUNCATETABLE語句后,表結構及所有索引仍然存在,直到發出DROPTABLE語句。

Note that the debugger might generate warnings related to DROP TABLE statements, which you can ignore.───注意,調試器可能會產生與DROPTABLE語句有關的警告,可以不理會它。

The DELETE statement deletes only rows from the table; the table must be removed from the database by using the DROP TABLE statement.───DELETE語句只從表中刪除行,要從數據庫中刪除表,可以使用DROPTABLE語句。

In the previous example, trigger safety fires after any DROP TABLE or ALTER TABLE event.───在前面的示例中,在發生DROPTABLE事件或ALTERTABLE事件后觸發觸發器safety。

英語使用場景

If the collected lock event data should not be kept for further analysis purposes, the unformatted event table must be dropped manually using the DROP TABLE statement, as shown in Listing 22.