填空题

在关系运算中, 【5】 运算是在给定关系的某些域上进行的运算。

【参考答案】

投影
<上一题 目录 下一题>
热门 试题

填空题
源程序文档化要求程序应加注释。注释一般分为序言性注释和 【3】 。
填空题
若有以下程序:#include <iostream>using namespace std;class Base{public:void who(){cout<< Base <<end1:}};class Derived1: public Base{public:void who(){ cout<< Derived <<end1;}};int main(){Base *p;Derived1 obj1;p=&obj1;p->who();return 0;}则该程序运行后的输出结果是 【9】 。
相关试题
  • C++中,设置虚基类的目的是 【11】 。
  • 下列程序的输出结果是 【14】 。#incl...
  • 下面程序的输出结果是 【15】 。#incl...
  • 下面程序的输出结果为:Base:: fun,请...
  • 数据模型分为格式化模型与非格式化模型,层...