填空题

键码的定义:在实体集的范围内惟一标识 ______ 。

【参考答案】

实体
<上一题 目录 下一题>
热门 试题

填空题
E-R图可以直接转换为关系,其每个属性都对应于关系中的一个属性,E-R图的联系转换为关系时,其属性由两部分组成;与该联系有关的键码属性(集);______ 。
单项选择题
指出下列程序运行的结果 ( ) public class Example String str=new String( good ); char[]ch=’a’,’b’,’c’; public static void main(String args[]) Example ex=new Example(); ex.change(ex.otr,ex.ch); System.out.print(ex.str+ and ); System.out.print(ex.ch); public void change(String str,char ch[]) str= test ok ; ch[0]≈’g’;
A.good and abc
B.good and gbc
C.test ok and abc
D.test ok and gbc
相关试题
  • 表达式1 2*3的计算结果是 _____...
  • Break语句的最常用的用法是在switch语句中...
  • 递归是常用的一种解决问题的方法,它的基本...
  • Java语言通过接口支持 ______ 继承...
  • Java的数据类型必须实例化后才能使用,它们...