Examine the data in the EMPLOYEES and DEPARTMENTS tables:EMPLOYEESEMP_NAME DEPT_ID MGR_ID JOB_ID SALARYEMPLOYEE_ID101 Smith 20 120 SA_REP 4000102 Martin 10 105 CLERK 2500103 Chris 20 120 IT_ADMIN 4200104 John 30 108 HR_CLERK 2500105 Diana 30 108 IT_ADMIN

题目

Examine the data in the EMPLOYEES and DEPARTMENTS tables:

EMPLOYEES

EMP_NAME DEPT_ID MGR_ID JOB_ID SALARY

EMPLOYEE_ID

101 Smith 20 120 SA_REP 4000

102 Martin 10 105 CLERK 2500

103 Chris 20 120 IT_ADMIN 4200

104 John 30 108 HR_CLERK 2500

105 Diana 30 108 IT_ADMIN 5000

106 Smith 40 110 AD_ASST 3000

108 Jennifer 30 110 HR_DIR 6500

110 Bob 40 EX_DIR 8000

120 Ravi 20 110 SA*DIR 6500

DEPARTMENTS

DEPARTMENT_ID DEPARTMENT_NAME

10 Admin

20 Education

30 IT

40 Human Resources

Also examine the SQL statements that create the EMPLOYEES and DEPARTMENTS tables:

CREATE TABLE departments

(department_id NUMBER PRIMARY KEY,

department _ name VARCHAR2(30));

CREATE TABLE employees

(EMPLOYEE_ID NUMBER PRIMARY KEY,

EMP_NAME VARCHAR2(20),

DEPT_ID NUMBER REFERENCES

departments(department_id),

MGR_ID NUMBER REFERENCES

employees(employee id),

MGR_ID NUMBER REFERENCES

employees(employee id),

JOB_ID VARCHAR2(15).

SALARY NUMBER);

ON the EMPLOYEES,

On the EMPLOYEES table, EMPLOYEE_ID is the primary key.

MGR_ID is the ID of managers and refers to the EMPLOYEE_ID. DEPT_ID is foreign key to DEPARTMENT_ID column of the DEPARTMENTS table. On the DEPARTMENTS table, DEPARTMENT_ID is the primary key.

Examine this DELETE statement:

DELETE

FROM departments

WHERE department id = 40;

What happens when you execute the DELETE statement?()


相似考题
更多“Examine the data in the EMPLOYEES and DEPARTMENTS tables:EMPLOYEESEMP_NAME DEP ”相关问题
  • 第1题:

    UserSCOTTwantstoexporthisobjectsusingOracleDataPumpandexecutesthefollowingcommand:$expdpscott/tigerdirectory=EXPORT_DIRdumpfile=scott.dmpinclude=tableinclude=view:"like’%DEPARTMENTS%’"content=DATA_ONLYWhichtaskwouldthecommandaccomplish?()

    A.A

    B.B

    C.C

    D.D

    E.E


    参考答案:C

  • 第2题:

    已知关系模式R的全部属性集U={A,B,C,D,E,G}及函数依赖集:

    F=(AB→C,C→A,BC→D,ACD→B,D→EG,BE→C,CG→BD,CE→AG}求属性集闭包(BD)+

    (2) 现有如下两个关系模式:

    Employees(Eid,Name,DeptNO)

    Departments(DeptNO,DeptName,TotalNumber)

    Employees关系模式描述了职工编号、姓名和所在部门编号;Departments关系模式描述了部门编号、名称和职工总


    正确答案:(BD)+=ABCDEG X(O)=BD;由D→EG可知X(1) =BDEG;再由BE→C可知X(2)→BDEGC;又有CG→BDCE→AG可知X(3)=BDEGCA因为X(3)中包含了所有的属性集即有(BD)+=X(3)=ABCDEG T—C(TNO.CNO)主码(TNOCNO)外码TNOCNO S—C(SNOCNO成绩)主码(SNOCNO).外码SNOCNO (2) create trigger sql_tri on employees for
    (BD)+=ABCDEG X(O)=BD;由D→EG可知X(1) =BDEG;再由BE→C,可知X(2)→BDEGC;又有CG→BD,CE→AG,可知X(3)=BDEGCA,因为X(3)中包含了所有的属性集,即有(BD)+=X(3)=ABCDEG T—C(TNO.CNO)主码(TNO,CNO),外码TNO,CNO S—C(SNO,CNO,成绩)主码(SNO,CNO).外码SNO,CNO (2) create trigger sql_tri on employees for 解析:本题考查了后触发器的Transact—SQL语句。其语法格式为:
    CREATE TRIGGER触发器名称
    0N |表名|视图名|
    [WITH ENCRYPTION]
    AS
    SQL语句
    AFTER和FOR,指定触发器只有在引发的SQL语句中指定的操作都已成功执行,并且所有的约束检查也成功完成后,才执行此触发器,即后触发型触发器。

  • 第3题:

    Examinethestatement:SQL>CREATETABLESPACEuser_data2>EXTENTMANAGEMENTLOCAL3>SEGMENTSPACEMANAGEMENTAUTO;Whichtwpassumptionsmustbetrueforthisstatementtoexecutesuccessfully?()

    A.OracleManagedFilesareusedforthisinstance.

    B.TheUSER_DATAtablespaceismanagedusingFET$/UET$tables.

    C.TheCOMPATIBLEinitializationparametermustbe9.0.0orhigher.

    D.SpacewithinsegmentsintheUSER_DATAtablespaceismanagedwithfreelists.


    参考答案:A, C

  • 第4题:

    After __________ (examine) the lady, the doctor suggested that his back was badly hurt in the accident.


    参考答案:being examined

  • 第5题:

    检查

    A.expect

    B.except

    C.excuse

    D.examine


    正确答案:D

  • 第6题:

    多航向航迹计算求经差

    A.Dλ=DeP×Sec起止点的平均纬度

    B.Dλ=ƩDeP×Sec到达点纬度

    C.Dλ=DeP×Sec起止点的平均经度

    D.27.Dλ=ƩDeP×Sec起始点纬度


    Dλ=DeP×Sec起止点的平均纬度