在Create Table语句中,【 】需要其他表及其字段。
A: Not Null
B: Auto_Increment
C: Primary Key
D: Foreign Key
A: Not Null
B: Auto_Increment
C: Primary Key
D: Foreign Key
举一反三
- 在CREATE TABLE语句中实现完整性约束的子句有() A: NOT NULL B: PRIMARY KEY C: FOREIGN KEY D: CHECK
- 在CREATE TABLE语句中,使用( ) 关键字来指定主键。 A: PRIMARY B: MAIN KEY C: PRIMARY KEY D: FOREIGN KEY
- 在CREATE TABLE语句中,通常使用( )关键字来指定主键。 A: KEY B: PRIMARY KEY C: FOREIGN KEY D: CONSTRAINT
- 在Create Table语句中,()短语能定义表的关键字。 A: Constraint B: Foreign Key C: Primary Key D: Index E: Unique
- 在CREATE TABLE语句中,通常使用________关键字来指定主键。 A: PRIMARY KEY B: KEY C: DEFAULT D: NULL