databases Online Quiz - 209
Description: databases Online Quiz - 209 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
what is the maximum length of all Oracle Objects?
In Oracle can we do any DMLs in a function which is called from a select statement?
In Oracle, is the following Anonymous block is valid? Declare Begin End;
In an Outer Join, what happens to columns that are not matched?
User_Source table contains code for which all Objects?
For which of these constraints, an unique index is automatically created while creating constraints?
Which of the following clause enables to drop the foreign key constraints of the child table while dropping the parent table?
What is the difference between varchar and varchar2 data types?
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?
When a user creates an object without a TABLESPACE clause, where will Oracle store the segment?
Which character function can be used to return a specified portion of a character string
Which command will delete all data from a table and will not write to the rollback segment?
Teradata has been called a __________ architecture.
A column of a table is declared as NUMBER(10,2).For which of the following values oracle returns an error