题目

需求分析的工作主要有下面4步组成:分析用户活动,产生();确定系统范围,产生();分析用户活动涉及的数据,产生();分析系统数据,产生()。

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

对话框由命令按钮组成。

A、对

B、错

默认情况下,在SQLServer组件中,文件服务器在系统启动时()。

房建施工图中,比例为()的平面图、剖面图,可画简化材料图例,如()等,但宜画出楼地面、屋面的面层线。

A、1:50~1:100砌体墙涂黑、钢筋混凝土涂红

B、1:50~1:100砌体墙涂红、钢筋混凝土涂黑

C、1:100~1:200砌体墙涂红、钢筋混凝土涂黑

D、1:100~1:200砌体墙涂黑、钢筋混凝土涂红

Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE You issue these statements: CREATE table new_emp ( employe_id NUMBER, name VARCGAR2(30)); INSERT INTO new_emp SELECT employee_id, last_name from employees; Savepoint s1; UPDATE new_emp set name = UPPER(name); Savepoint s2; Delete from new_emp; Rollback to s2; Delete from new_emp where employee_id=180; UPDATE new_emp set name = 'James'; Rollback to s2; UPDATE new_emp sey name = 'James' Where employee_id=180; Rollback; At the end of this transaction, what is true?()

A、You have no rows in the table.

B、You have an employee with the name of James.

C、You cannot roll back to the same savepoint more than once.

D、Your last update fails to update any rows because employee ID 180 was already deleted.

设计子模式属于数据库设计的()

A、需求分析

B、概念设计

C、逻辑设计

D、物理设计

联系我们 会员中心
返回顶部