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?
Which of the following is an important consideration when tuning an SQL statement?
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:
Which of the following SQL statements is correct?
Which of the following database design features is most important to SQL performance?
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;
What is the result if two NULL values are compared to each other?
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?