Filters
Question type

Study Flashcards

SQL supports the conditional execution of procedures (IF-THEN-ELSE statements)that are typically supported by a programming language.

Correct Answer

verifed

verified

A trigger is procedural SQL code that is automatically invoked by the RDBMS upon the occurrence of a given data manipulation event.

Correct Answer

verifed

verified

Describe the characteristics of an Oracle sequence.

Correct Answer

verifed

verified

- Oracle sequences are an independent ob...

View Answer

In an Oracle sequence,the pseudo-column retrieves the current value of a sequence.

Correct Answer

verifed

verified

A stored function is another name for a stored procedure.

Correct Answer

verifed

verified

A sequence is not associated with a table and can be dropped from a database with a DROP SEQUENCE command.

Correct Answer

verifed

verified

The statement combines rows from two queries and excludes duplicates.


A) UNION
B) UNION ALL
C) INTERSECT
D) MINUS

Correct Answer

verifed

verified

Assume you are using the INTERSECT operator to combine the results from two tables with identical structure,CUSTOMER and CUSTOMER_2.The CUSTOMER table contains 10 rows,while the CUSTOMER_2 table contains 7 rows.Customers Dunne and Olowski are included in the CUSTOMER table as well as in the CUSTOMER_2 table.How many records are returned when using the INTERSECT operator?


A) 0
B) 2
C) 7
D) 10

Correct Answer

verifed

verified

The PL/SQL block starts with the section.


A) IS
B) OPEN
C) DECLARE
D) BEGIN

Correct Answer

verifed

verified

Stored procedures must have at least one argument.

Correct Answer

verifed

verified

Oracle recommends for creating audit logs.


A) triggers
B) stored procedures
C) stored functions
D) tables

Correct Answer

verifed

verified

An alternate syntax for a join is: SELECT column-list FROM table1 JOIN table2 (common-column).

Correct Answer

verifed

verified

When using a subquery,the output of a(n)query is used as the input for the outer query.

Correct Answer

verifed

verified

Cursors are held in a reserved memory area in the client computer.

Correct Answer

verifed

verified

Which of the following is a feature of a correlated subquery?


A) The inner subquery executes first.
B) The outer subquery initiates the process of execution in a subquery.
C) The inner subquery initiates the process of
D) The outer subquery executes independent execution in a subquery.of the inner subquery.

Correct Answer

verifed

verified

An explicit cursor must return two or more rows.

Correct Answer

verifed

verified

The IN subquery uses a(n)operator.

Correct Answer

verifed

verified

Using Oracle ,a designer can write a PL/SQL code block by enclosing the commands inside BEGIN and END clauses.

Correct Answer

verifed

verified

The Oracle string concatenation function is .


A) CONCAT
B) +
C) ||
D) &&

Correct Answer

verifed

verified

Oracle uses the function to extract the various parts of a date.

Correct Answer

verifed

verified

Showing 61 - 80 of 95

Related Exams

Show Answer