Filters
Question type

Study Flashcards

A(n)____________________ subquery is a subquery that executes once for each row in the outer query.

Correct Answer

verifed

verified

The Oracle string concatenation function is ____.


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

E) A) and B)
F) A) and C)

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.

A) True
B) False

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

Oracle recommends ____ for creating audit logs.


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

E) All of the above
F) A) and B)

Correct Answer

verifed

verified

A stored function is another name for a stored procedure.

A) True
B) False

Correct Answer

verifed

verified

The IN subquery uses a(n)____________________ operator.

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

The Oracle equivalent to an MS Access AutoNumber is a(n) ____.


A) auto-number
B) sequence
C) TO_NUMBER function
D) trigger

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

Cursor-style processing involves retrieving data from the cursor,one row at a time.

A) True
B) False

Correct Answer

verifed

verified

The statement SELECT * FROM T1,T2 produces a(n) ____ join.


A) cross
B) natural
C) equi-
D) full

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

A(n)____________________ join returns the Cartesian product JOIN of T1 and T2 and is sometimes called "old style".

Correct Answer

verifed

verified

A ____ join returns rows with matching values and includes all rows from both tables (T1 and T2) with unmatched values.


A) natural
B) cross
C) full outer
D) left outer

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

An implicit cursor is automatically created in procedural SQL when the SQL statement returns only one value.

A) True
B) False

Correct Answer

verifed

verified

The ____ data type is considered compatible with VARCHAR(35) .


A) DATE
B) INT
C) TINYINT
D) CHAR(15)

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

The ANSI standard defines ____ type(s) of outer join(s)


A) one
B) two
C) three
D) four

E) B) and C)
F) B) and D)

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

E) A) and C)
F) C) and D)

Correct Answer

verifed

verified

A statement-level trigger is assumed if you omit the FOR EACH ROW keywords.

A) True
B) False

Correct Answer

verifed

verified

The ____________________ clause is used to restrict the output of a GROUP BY query by applying a conditional criteria to the grouped rows.

Correct Answer

verifed

verified

Procedural code is executed on the database client machine.

A) True
B) False

Correct Answer

verifed

verified

Showing 41 - 60 of 100

Related Exams

Show Answer