____
A.Primary Key NOTNULL
B.PIimary,Key
C.Foreign Key
D.Candidate Key
A.
B.
C.
D.
第1题:
In a public-key cryptosystem,(71)encrypted with the public key can only be deciphered with the private key from the same(72). Conversely,(71)encrypted with the private key can be decrypted only with the public key. Users can make their public keys(73)available or place them at a key distribution center or others to access. However, the private key must be(74)safe. In public-key systems there's no(75)to find a safe channel for communicating a shared secret key.
A.binarytext
B.hypertext
C.plaintext
D.supertext
第2题:
给定员工关系EMP(EmpID,Ename,sex,age,tel,DepID),其属性含义分别为:员工号、姓名、性别、年龄、电话、部门号;部门关系DEP(DepID,Dname,Dtel,DEmpID),其属性含义分别为:部门号、部门名、电话,负责人号。若要求DepID参照部门关系DEP的主码DepID,则可以在定义EMP时用(7)进行约束。若要查询开发部的负责人姓名、年龄,则正确的关系代数表达式为(8)。
A.Primary Key(DepID)On DEP(DepID)
B.Primary Key(DepID)On EMP(DepID)
C.Foreign Key(DepID)References DEP(DepID)
D.Foreign Key(DepID)References EMP(DepID)
第3题:
_____
A.PRIMARY KEY (部门号) NOT NULL UNIQUE
B.PRIMARY KEY (部门名) UNIQUE
C.FOREIGN KEY (负责人) REFERENCES 员工 (姓名)
D.FOREIGN KEY (负责人) REFERENCES 员工 (员工号)
A.
B.
C.
D.
第4题:
下列SQL语句中,能够实现参照完整性控制的语句是——。
A.PRIMARY KEY
B.FOREIGN KEY
C.FOREIGN KEY和REFERENCES
D.REFERENCES
第5题:
第6题:
第7题:
键盘事件的执行顺序是()。
AKey Press、Key Down、Key Up
BKey Down、Key Press、Key Up
CKey Up、Key Down、Key Press
DKey Up、Key Press、Key Down
第8题:
PKI是()。
第9题:
判断某个key是否在字典d中存在,以下做法正确且严谨的是:()
第10题:
PKI的全称是()。
第11题:
Key Press、Key Down、Key Up
Key Down、Key Press、Key Up
Key Up、Key Down、Key Press
Key Up、Key Press、Key Down
第12题:
DSA key generated with 512 bits
RSA key generated with 768 bits
RSA key generated with 1024 bits
DSA key generated with 1024 bits
RSA key generated with 2048 bits
第13题:
A. A session key value is exchanged across the network.
B. A session key never passes across the network.
C. A session key is used as the key for asymmetric data encryption.
D. A session key is used as the key for symmetric data encryption.
第14题:
某数据库中有供应商关系S和零件关系P,其中:供应商关系模式S(Sno,Sname,Szip,City)中的属性分别表示:供应商代码、供应商名、邮编、供应商所在城市;零件关系模式P(Pno,Pname,Color,Weight, City)中的属性分别表示:零件号、零件名、颜色、重量、产地。要求一个供应商可以供应多种零件,而一种零件可以由多个供应商供应。请将以下(56)空缺处的SQL语句补充完整。

A.PRIMARY KEY(Sno)REFERENCE S(Sno),FOREIGN KEY(Pno)REFERENCES P(Pno)
B.FOREIGN KEY(Sno)REFERENCE S(Sno),PRIMARY KEY(Pno)REFERENCES P(Pno)
C.FOREIGN KEY(Sno)REFERENCE S(Sno),FOREIGN KEY(Pno)REFERENCES P(Pno)
D.PRIMARY KEY(Sno)REFERENCE S(Sno),PRIMARY KEY(Pno)REFERENCES P(Pno)
第15题:
在SQL语言中,______子句能够实现关系参照性规则。
A.PRIMARY KEY
B.NO TNULL
C.FOREIGN KEY
D.FOREIGN KEY...REFERENCES...
第16题:
The ratio of output response to a specified change in the input is known as ______.
A.primary feedback
B.sensitivity
C.deviation
D.dead band
第17题:
第18题:
第19题:
By default, what type of SSH server key is generated by Cisco NX-OS Software?()
第20题:
键盘事件的执行顺序是()。
第21题:
public class Key { private long id1; private long 1d2; // class Key methods } A programmer is developing a class Key, that will be used as a key in a standard java.util.HashMap. Which two methods should be overridden to assure that Key works correctly as a key?()
第22题:
PKI是()。
第23题:
A session key value is exchanged across the network.
A session key never passes across the network.
A session key is used as the key for asymmetric data encryption.
A session key is used as the key for symmetric data encryption.