databases Online Quiz - 106
Description: databases Online Quiz - 106 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
What is a CPK
What is a U K
You are developing a PL/SQL block designed for bulk data operations. When attemping to store table data for multiple rows in a PL/SQL variable, which one of the following choices identifies the mechanism best suited for this task (choose one)?
What is the maximum number of sub programs allowed inside a package
What is the maximum parsed size of the PL/SQL block
What command will you use to encrypt a PL/SQL block
how many distinct triggers can be created on the table
Maximum number of coulmns allowed in a table
Maximum number of columns allowed inside an index
Which of the following is DDL Statement
Select the incorrect Oracle Select Statement
Which of the following is a DML Statement
We can sort by a column without present in the SELECT List
Select Incorrect Oracle Group Function
which of the following views identify the status of the view in the database
ROWID is a column datatype
we can select while LOCk is on a rows
reference to sysdate,nextval,currval is allowed on constraint definition
Which index is automatically created if you enable a UNIQUE KEY or PRIMARY KEY constraint
We can insert a new column in between two existing columns without altering the table.