In a relational database, the primary key of one table is donated to another table as:
A. The title key
B. The entity key
C. The column key
D. The relational key
E. The foreign key
查看答案
【单选题】 ______操作符在两个操作数中有一个(不是全部)为 True 时返回 True
PHP不允许的注释符号是()
A. //
B.
C.
D. /*...*/
下列不正确的变量名是()
A. $_test
B. $2abc
C. $Var
D. $x_2
下列说法正确的是()
A. PHP代码只能嵌入在HTML代码中,不能单独存在于一个文件中。
B. 在HTML代码中,只能在之间嵌入PHP代码
C. PHP单行注释必须独占一行
D. PHP代码必须在服务器端运行。