Filters
Question type

Study Flashcards

is a relational set operator.


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

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

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

Stored procedures must have at least one argument.

A) True
B) False

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.

A) True
B) False

Correct Answer

verifed

verified

When using the Oracle TO_DATE function, the code represents a three-letter month name.


A) MON
B) MM3
C) MONTH
D) MM

E) All of the above
F) None of the above

Correct Answer

verifed

verified

A relational join operation merges rows from two tables.

A) True
B) False

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

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

Correct Answer

verifed

verified

When using the Oracle TO_NUMBER function to convert a character string into a number, represents a digit.


A) 0
B) 9
C) $
D) #

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

Correct Answer

verifed

verified

The syntax of the DECODE function starts with .

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The statement combines rows from two queries and excludes duplicates.


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

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

Correct Answer

verifed

verified

How are triggers critical to proper database operation and management?

Correct Answer

verifed

verified

- Triggers can be used to enforce constr...

View Answer

Summarize the hierarchy of steps involved in creating and running an executable program with embedded SQL statements.

Correct Answer

verifed

verified

While the steps required to create and e...

View Answer

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

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

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

All join conditions are connected through a(n) logical operator.


A) NOR
B) OR
C) AND
D) NOT

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

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) A) and D)
F) A) and C)

Correct Answer

verifed

verified

A(n) view is a view that can be used to update attributes in the base table(s) that are used in the view.

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

Showing 61 - 80 of 109

Related Exams

Show Answer