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…
What is an index?
If you don't specify ASC or DESC after a SQL ORDER BY clause, the following is used by default:
Which of the following SQL statements is correct?
What does ACID stand for?
Sub-queries can be nested in…
What output will the follwing statement produce? Select NVL2(NULL,'NOT NULL', NULL) from dual;
Which three definitions are associated with implicit cursors?
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?
Functions for error trapping are contained in which section of a PL/SQL block?