题目内容

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.

查看答案
更多问题

甲、乙双方签订一份建造l万平方米商品房的合同,由此形成的法律关系客体是()。

A. 乙方承建1万平方米的商品房
B. 承建商品房的工程劳务
C. 甲乙双方
D. 该合同中规定双方的权利和义务

()型变压器能代替BX1-30型变压器。

人知降糖胶囊()国家医保品种,()独家发明专利品种。

A. 是;不是
B. 是;是
C. 不是;是
D. 不是;不是

某工程项目合同工期为18个月。施工合同签订以后,施工单位编制了一份初始网络计划,由于该工程施工工艺的要求。计划中工作C、工作H和工作J需共用一台起重施工机械,为此需要对初始网络计划做调整。该计划执行3个月后,施工单位接到业主的设计变更,要求增加一项新工作D,安排在工作A完成之后开始,在工作E开始之前完成。因而造成了个别施工机械的闲置和某些工种的窝工,为此施工单位向业主提出如下索赔:①施工机械停滞费;②机上操作人员人工费;③某些工种的人工窝工费。请分别说明以上补偿要求是否合理?为什么?

答案查题题库