Exam 8: Advanced SQL

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

You can declare variables inside a stored procedure.

(True/False)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(29)

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.

(Multiple Choice)
4.9/5
(38)

A(n)____________________ pools multiple transactions into a single batch to update a master table field in a single operation.

(Short Answer)
4.8/5
(34)

A(n)____________________ join returns all rows with matching values in the matching columns and eliminates duplicate columns.

(Short Answer)
4.7/5
(33)

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

(Multiple Choice)
4.8/5
(27)

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.

(Short Answer)
4.7/5
(40)

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

(Multiple Choice)
5.0/5
(43)

____ is a relational set operator.

(Multiple Choice)
4.9/5
(32)

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

(Multiple Choice)
4.9/5
(35)

The ____ pseudo-column is used to select the next value from a sequence.

(Multiple Choice)
4.8/5
(40)

In Oracle,____ make(s)it possible to merge SQL and traditional programming constructs,such as variables,conditional processing (IF-THEN-ELSE),basic loops (FOR and WHILE loops,)and error trapping.

(Multiple Choice)
4.8/5
(32)

The ____ query combines rows from two queries and excludes duplicates.

(Multiple Choice)
4.8/5
(40)

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.

(True/False)
4.7/5
(35)

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

(Multiple Choice)
4.8/5
(31)

The ____________________ join is the traditional join in which only rows that meet a given criteria are selected.

(Short Answer)
4.8/5
(39)

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?

(Multiple Choice)
4.8/5
(41)

A ____ is a query (SELECT statement)inside a query.

(Multiple Choice)
4.7/5
(30)

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

(True/False)
4.7/5
(40)

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

(True/False)
4.7/5
(36)
Showing 21 - 40 of 100
close modal

Filters

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