databases Online Quiz - 201
Description: databases Online Quiz - 201 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
It is possible to use Transactional control statements in Database Triggers?
Which of the following is not correct about Cursor ?
Which of the following is NOT VALID in PL/SQL ?
A Transaction ends
Which command or action causes an automatic rollback?
If an UNIQUE KEY constraint on DATE column is created, it will accept the rows that are inserted with SYSDATE ?
Why is searching for large-table full-table scans critical to SQL tuning?
IDMS is a ______________ type of database
What is IDMS?
READY command is for _______
BIND is for ________
READY follows BIND (TRUE/FALSE)
Which of the following DB2 command can be used to change bob’s password?
Which of the following privilege is required to create a new package in a database?
Which of the following system catalog view contains the grantee information of the REFERENCE privilege on a view?
Which of the following statement is true?
CREATE DATABASE command creates some default table spaces. What are they? Choose all that apply.
What keyword is used to define the number of pages that the database will write to one container before skipping to the next container?
Examine the description of the EMPLOYEES table: EMP_ID NUMBER(4) NOT NULL LAST_NAME VARCHAR2(30) NOT NULL FIRST_NAME VARCHAR2(30) DEPT_ID NUMBER(2) JOB_CAT VARCHARD2(30) SALARY NUMBER(8,2) Which statement shows the maximum salary paid in each job category of each department?
Examine the description of the STUDENTS table: STD_ID NUMBER(4) COURSE_ID VARCHARD2(10) START_DATE DATE END_DATE DATE Which two aggregate functions are valid on the START_DATE column? (Choose two)