Filters
Question type

Study Flashcards

The operator could be used in place of MINUS if the DBMS does not support it.


A) IN
B) NOT IN
C) AND
D) UNION

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

Correct Answer

verifed

verified

Which of the following is a feature of oracle sequences?


A) Oracle sequences are tied to columns and tables.
B) Oracle sequences generate a character string that can be assigned to tables.
C) An oracle sequence uses the identity column
D) An oracle sequence can be created and deleted property to automatically number rows.anytime.

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

Correct Answer

verifed

verified

"Linked SQL" is a term used to refer to SQL statements that are contained within an application programming language such as COBOL,C++,ASP,Java,or ColdFusion.

A) True
B) False

Correct Answer

verifed

verified

The syntax of the MINUS statement in Oracle is .

Correct Answer

verifed

verified

To remedy the lack of procedural functionality in SQL,and to provide some standardization within the many vendor offerings,the SQL-99 standard defined the use of persistent stored modules.

A) True
B) False

Correct Answer

verifed

verified

The most useful feature of PL/SQL blocks is that they let a designer create code that can be named,stored,and executed by the DBMS.

A) True
B) False

Correct Answer

verifed

verified

is a relational set operator.


A) MINUS
B) PLUS
C) ALL
D) EXISTS

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

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

Variables can be declared inside a stored procedure.

A) True
B) False

Correct Answer

verifed

verified

Every PL/SQL block must be given a name.

A) True
B) False

Correct Answer

verifed

verified

In the context of SELECT subquery types,a is returned when an UPDATE subquery is used.


A) NULL
B) single value
C) list of values
D) virtual table

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

Correct Answer

verifed

verified

Numeric functions take one numeric parameter and return one value.

A) True
B) False

Correct Answer

verifed

verified

The operator could be used in place of INTERSECT if the DBMS does not support it.


A) IN
B) OF
C) AND
D) UNION

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

Correct Answer

verifed

verified

PL/SQL blocks have a section used to declare variables.

A) True
B) False

Correct Answer

verifed

verified

The statement can be used to combine rows from two queries,returning only the rows that appear in both sets.

Correct Answer

verifed

verified

If the DBMS does not support the INTERSECT statement,one can use a(n)subquery to achieve the same result.

Correct Answer

verifed

verified

is the term used to describe an environment in which the SQL statement is not known in advance and is generated at run time.

Correct Answer

verifed

verified

In subquery terminology,the first query in the SQL statement is known as the query.


A) outer
B) left
C) inner
D) base

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

Correct Answer

verifed

verified

UNION,INTERSECT,and MINUS work properly only if relations are intersect-compatible,which means that the names of the relation attributes and their data types must be different.

A) True
B) False

Correct Answer

verifed

verified

is a cursor attribute that returns TRUE if the last FETCH returned a row,and FALSE if not.


A) %ROWCOUNT
B) %NOTFOUND
C) %FOUND
D) %ISOPEN

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

Correct Answer

verifed

verified

Showing 41 - 60 of 95

Related Exams

Show Answer