用看的、听的学真题

study by eyes and ears.

  1. 首页
  2. 数据库系统工程师
  3. 2011年05月数据库系统工程师考试上午真题【基础知识】
  4. 真题详解

2011年05月数据库系统工程师考试上午真题【基础知识】(第62题) 收藏

【62】以下的SQL99语句,Student与Person之间的关系是(62)
CREATE TYPE Person(
  name char(20),
  address varchar(50) );
CREATE TYPE Student(
  under Person
  (degree char(20)
  department char(20) ));

选项 (1.0分)

  • A类型继承
  • B类型引用
  • C表继承
  • D无任何关系
暂无
广告位