Filters
Question type

Study Flashcards

A(n)query can be used to produce a relation that retains the duplicate rows.

Correct Answer

verifed

verified

Just like database triggers,stored procedures are stored in the database.

Correct Answer

verifed

verified

The statement combines the output of two SELECT queries.

Correct Answer

verifed

verified

In Oracle,make(s) it possible to merge SQL and traditional programming constructs,such as variables,conditional processing (IF-THEN-ELSE) ,basic loops (FOR and WHILE loops,) and error trapping.


A) cursor-style processing
B) stored procedures
C) embedded SQL
D) Procedural Language SQL

Correct Answer

verifed

verified

When using a(n) join,only rows that meet the given criteria are returned.


A) full
B) inner
C) outer
D) set

Correct Answer

verifed

verified

How many rows would be returned from a cross join of tables A and B,if A contains 8 rows and B contains 18?


A) 8
B) 18
C) 26
D) 144

Correct Answer

verifed

verified

An inequality condition is also known as a natural join and an equality condition is also called a theta join.

Correct Answer

verifed

verified

The pseudo-column is used to select the next value from a sequence.


A) CURRVAL
B) NEXTVAL
C) NEXT
D) GET_NEXT

Correct Answer

verifed

verified

In Oracle,you can use the SQL*Plus command SHOW ERRORS to help you diagnose errors found in PL/SQL blocks.

Correct Answer

verifed

verified

is a string function that returns the number of characters in a string value.


A) LENGTH
B) SUBSTRING
C) CONCAT
D) UCASE

Correct Answer

verifed

verified

A statement-level trigger is assumed if a designer omits the FOR EACH ROW keywords.

Correct Answer

verifed

verified

In Oracle,the function converts a date to a character string.


A) CONVERT()
B) TO_DATE
C) TO_CHAR()
D) TO_STRING()

Correct Answer

verifed

verified

A(n)routine pools multiple transactions into a single batch to update a master table field in a single operation.

Correct Answer

verifed

verified

The statement uses the attribute list to indicate what columns to project in the resulting set.

Correct Answer

verifed

verified

The determines the common attribute or attributes by looking for identically named attributes and compatible data types.

Correct Answer

verifed

verified

Showing 81 - 95 of 95

Related Exams

Show Answer