Package
Trigger
Stored Procedure
Informational Constraint
第1题:
A.View
B.Catalog Table
C.Stored Procedure
D.Global Temporary Table
第2题:
A.Check
B.Range
C.Referential
D.Informational
第3题:
Which of the following constraint types can be used to ensure the value of an INTEGER column references only positive values?()
第4题:
What type of constraint can be used to ensure that, in any given row in a table, the value of one column never exceeds the value of another column?()
第5题:
Which of the following are valid program types for a lightweight job?()
第6题:
Which of the following database objects can be used to raise an error if a table is updated?()
第7题:
Which of the following describes the objects of a DB2 database and their relationships?()
第8题:
Identify two situations in which the alert log file is updated.()
第9题:
Unique
Check
Referential
Informational
第10题:
ipconficj
nslookup
netstat
dig
第11题:
MSCONFIG
Device Manager
DXDIAG
REGEDIT
第12题:
Define the column MAINID as NOT UPDATABLE
Define the column MAINID as a PRIMARY KEY
Define the column MAINID as a FOREIGN KEY
Define an UPDATE trigger on table TABLEX
第13题:
A.Define the column MAINID as NOT UPDATABLE
B.Define the column MAINID as a PRIMARY KEY
C.Define the column MAINID as a FOREIGN KEY
D.Define an UPDATE trigger on table TABLEX
第14题:
Which of the following objects contains control structures that are considered the bound form of SQL statements?()
第15题:
A trigger can be created on which of the following objects?()
第16题:
Which of the following are valid program types for a lightweight job?()
第17题:
Which of the following utilities can be used to list the routing table?()
第18题:
Which of the following can be used to ensure that once a row has been inserted in table TABLEX, the column MAINID in that row cannot be updated?()
第19题:
A number of applications issue the following SQL statement:SELECT d.deptno, e.empno, e.salary FROM department d INNER JOIN employee e ON d.deptno = e.deptnoA database administrator wishes to store this query within the database. Which of the following database objects can be used to accomplish this?()
第20题:
Examine the following statement that is used to modify the constraint on the SALES table: SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE; Which three statements are true regarding the above command()
第21题:
View
Catalog Table
Stored Procedure
Global Temporary Table
第22题:
Running a query on a table returns ORA-600: Internal Error.
Inserting a value in a table returns ORA-01722: invalid number.
Creating a table returns ORA-00955: name is already used by an existing object.
Inserting a value in a table returns ORA-00001: unique constraint (SYS.PK_TECHP) violated.
Rebuilding an index using ALTER INDEX ...REBUILD fails with an error ORA-01578: ORACLE data block corrupted (file # 14, block # 50).
第23题:
Alias
View
Schema
Trigger