Exam 8: Advanced SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Oracle recommends ____ for creating audit logs.

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

A

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.

Free
(Short Answer)
4.8/5
(30)
Correct Answer:
Verified

ALL

"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.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

False

The ____________________ outer join returns not only the rows matching the join condition (that is,rows with matching values in the common column),but also the rows in the left-side table with unmatched values in the right-side table.

(Short Answer)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(37)

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

(True/False)
4.7/5
(37)

Oracle uses the ____________________ function to extract the various parts of a date.

(Short Answer)
4.8/5
(34)

PL/SQL functions are executed in the same way as functions such as MIN and AVG.

(True/False)
4.9/5
(38)

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.

(Short Answer)
4.7/5
(33)

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

(Essay)
5.0/5
(33)

Procedural code is executed on the database client machine.

(True/False)
4.9/5
(41)

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.

(Short Answer)
4.8/5
(44)

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

(True/False)
4.7/5
(29)

The following SQL statement uses a(n)____. SELECT P_CODE,P_DESCRIPT,P_PRICE,V_NAME FROM PRODUCT,VENDOR WHERE PRODUCT.V_CODE = VENDOR.V_CODE;

(Multiple Choice)
4.8/5
(33)

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.

(Multiple Choice)
4.8/5
(38)

The Oracle string concatenation function is ____.

(Multiple Choice)
4.9/5
(46)

"Union-compatible" means that the ____.

(Multiple Choice)
4.8/5
(31)

Stored procedures are executed using the EXEC command.

(True/False)
4.9/5
(25)

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

(Short Answer)
4.8/5
(44)

The ____ function returns the current system date in MS Access.

(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)