databases Online Quiz - 101
Description: databases Online Quiz - 101 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
When Database A has 5GB of spool space, Database B is created as child of Database A with 3GB of spool space, then Database A will have
When the 'SELECT' clause of the SQL has the aggregate function, it is must to have this clause to prevent error
Identify the OLAP function from the given options
Statistics cannot be collected on this table
What best describes the relationship between indexes and SQL performance?
We refer to a join as a self-join when…
Which SQL statement selects all rows from table called Contest, with column ContestDate having values greater or equal to May 25, 2006?
The INNER JOIN clause…
What is an index?
If you don't specify ASC or DESC after a SQL ORDER BY clause, the following is used by default:
Sub-queries can be nested in…
What is the result if two NULL values are compared to each other?
In a PL/SQL block, a variable is declared as NUMBER without an initial value. What will its value be when it is first used in the executable section of the PL/SQL block?