PRIMARY KEY

2024/4/26 10:39:59

OCP-1Z0-051 第46题 约束和索引

一、原题 Which statements are correct regarding indexes? (Choose all that apply.) A. When a table is dropped, the corresponding indexes are automatically dropped. B. A FOREIGN KEY constraint on a column in a table automatically creates a nonunique index.…

056 PHP知识点总结六

49.Include和require的区别 require 外部文件如果不存在,会报错,后面的代码不会执行 Include 外部文件如果不存在,会报错,后面的代码继续执行include_once()和require_once()在加载之前要判断是否已经导入 50、索引的建立与使用索…

OCP-1Z0-051 第35题 主外键规则

一、原题 Which two statements are true regarding constraints? (Choose two.) A. A table can have only one primary key and one foreign key. B. A table can have only one primary key but multiple foreign keys. C. Only the primary key can be defined at the col…