Filters
Question type

Study Flashcards

The use of the ____________________ operator allows you to compare a single value with a list of values returned by the first subquery (sqA)using a comparison operator other than EQUALS.

Correct Answer

verifed

verified

Each statement inside the PL/SQL code must end with a period (".").

A) True
B) False

Correct Answer

verifed

verified

The ____________________ statement in SQL combines rows from two queries and returns only the rows that appear in the first set but not in the second.

Correct Answer

verifed

verified

Assume you are using the UNION ALL 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 UNION ALL operator?


A) 7
B) 10
C) 15
D) 17

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

Correct Answer

verifed

verified

A stored function uses the ____ statement to return a value.


A) EXIT
B) END
C) RETURN
D) PROCESS

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

Correct Answer

verifed

verified

Stored procedures must have at least one argument.

A) True
B) False

Correct Answer

verifed

verified

One of the disadvantages of stored procedures is that they increase network traffic.

A) True
B) False

Correct Answer

verifed

verified

Triggers are critical to proper database operation and management.What are some of the ways that triggers are used?

Correct Answer

verifed

verified

Triggers can be used to enforce constrai...

View Answer

Explain the different types of join operations.What are they and how do they work?

Correct Answer

verifed

verified

Join operations can be classified as inn...

View Answer

Stored procedures are executed using the EXEC command.

A) True
B) False

Correct Answer

verifed

verified

Automating business procedures and automatically maintaining data integrity and consistency are trivial in a modern business environment.

A) True
B) False

Correct Answer

verifed

verified

In MS Access,you can use the ____________________ data type to define a column in your table that will be automatically populated with unique numeric values.

Correct Answer

verifed

verified

A(n) ____ join returns not only the rows matching the join condition (that is,rows with matching values in the common columns) but also the rows with unmatched values.


A) outer
B) inner
C) equi-
D) cross

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

Correct Answer

verifed

verified

Every PL/SQL block must be given a name.

A) True
B) False

Correct Answer

verifed

verified

SQL supports the conditional execution of procedures (if..then...else statements)that are typically supported by a programming language.

A) True
B) False

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

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

Correct Answer

verifed

verified

A(n)____________________ join returns not only the matching rows but also the rows with unmatched attribute values for one or both tables to be joined.

Correct Answer

verifed

verified

Triggers can only be used to update table values.

A) True
B) False

Correct Answer

verifed

verified

____ is a relational set operator.


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

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

Correct Answer

verifed

verified

In a subquery,the ____ query is executed first.


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

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

Correct Answer

verifed

verified

Showing 61 - 80 of 100

Related Exams

Show Answer