create table的意思
create table中文翻譯:
創建數據表
創建表
相似詞語短語
trestle table───n.支架臺;擱板桌
brace table───支撐臺
creatable───可創造的
credence table───信任表
clear a table───清理桌子
counter table───柜臺
cricket table───三腳桌
at table───在餐桌邊,在進餐
brace tables───支撐臺
雙語使用場景
You can use its create table wizard, as shown in Figure 1.───可以使用它提供的創建表向導,如圖 1 所示。
The only other noticeable difference is that an additional clause can and should be appended to the CREATE TABLE statement to specify in which database the table shall be placed.───惟一需要注意的其他事項是,可以、也應該在 CREATE TABLE 語句后面添加一個子句,以指定將表放在哪個數據庫中。
To illustrate the new DB2 9.5 XML update functionality, the sample table and data defined by the following CREATE TABLE and INSERT statements are used.───為了解釋新的 DB2 9.5 XML 更新功能,我們使用下面的 CREATE TABLE 和 INSERT 語句定義示例表和數據。
Tip: Named anchors are often used to create "table of contents" at the beginning of a large document.───命名錨一般用于在一個長篇幅文檔中建立“內容小目錄”。
In this example, you see that the "Create table" statement failed to propagate on target servers.───在本例中,您將看到“Createtable”語句未能廣播到目標服務器。
The actual column, known as a partitioning column, is specified in the CREATE TABLE or CREATE INDEX statement.───實際列(也稱為分區列)是在CREATETABLE或CREATEINDEX語句中指定的。
Cannot create table. A table must have at least one cell, and the number of cells must not exceed 5, 000.───無法創建表格。表格應至少有一個單元格,并且單元格數不能超過5,000。
In addition, the CREATE TABLE and ALTER TABLE statements can be used to set locking granularity on PRIMARY KEY and UNIQUE constraints.───另外,CREATETABLE和ALTERTABLE語句還可用于設置PRIMARYKEY和UNIQUE約束的鎖定粒度。
The statement can also include arguments for constraints and any other optional CREATE TABLE parameters.───該語句還可包括約束參數和任何其他可選的CREATETABLE參數。
英語使用場景
Cannot create table. A table must have at least one cell, and the number of cells must not exceed 5,000.
So far, I've built a little Delphi application that can execute an SQL command, but I also had to enter the example "CREATE TABLE" SQL command in the Memo field by hand.
In a DPF environment, each table row is distributed to a database partition according to the distribution key specified in the CREATE TABLE statement.
myisampack.exe Compresses MyISAM table Use VALUE COMPRESSION in create table statement to use the space saving row format at the column or table level to reduce space required for a table.