databases Online Quiz - 81
Description: databases Online Quiz - 81 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which statment about trigger is TRUE ?
Which is valid in creating DML triggers ?
CALL statement inside the trigger body enable to call ?
The OLD and NEW Qualifier is used in which type of trigger?
How many columns are presented after executing this query: SELECT address1||','||address2||','||address2 "Adress" FROM employee;
Which Oracle access method is the fastest way for Oracle to retrieve a single row?
Which of the following can be a valid column name?
Which command will delete all data from a table and will not write to the rollback segment?
Which character function can be used to return a specified portion of a character string?
The primary key on table EMP is the EMPNO column. Which of the following statements will not use the associated index on EMPNO?
When a user creates an object without a TABLESPACE clause, where will Oracle store the segment
Which character is used to continue a statement in SQL*Plus?
Assuming today is Monday, 10 July 2000, what is returned by this statement: SELECT to_char(NEXT_DAY(sysdate, 'MONDAY'), 'DD-MON-RR') FROM dual;
To produce a meaningful result set without any cartesian products, what is the minimum number of conditions that should appear in the WHERE clause of a four-table join?
Which of the following is the lowest cost DB2 product that can be legally installed on a Windows server that has 2 CPUs?
Which of the following products is allowed to access other DB2 servers, but cannot accept requests from other remote clients?
Which of the following is the lowest cost DB2 product that can be legally installed on an HP-UX server?