Exam 7: Advanced SQL

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

An SQL query that implements an outer join will return rows that do not have matching values in common columns.

(True/False)
4.8/5
(32)

A join in which rows that do not have matching values in common columns are still included in the result table is called a(n):

(Multiple Choice)
4.9/5
(30)

A procedure is:

(Multiple Choice)
4.8/5
(23)

SQL provides the ________ technique,which involves placing an inner query within the where or having clause of an outer query.

(Short Answer)
4.9/5
(41)

SQL-invoked routines can be:

(Multiple Choice)
4.9/5
(31)

A routine is a named set of SQL statements that are considered when a data modification occurs.

(True/False)
4.8/5
(39)

A named set of SQL statements that are considered when a data modification occurs are called:

(Multiple Choice)
4.8/5
(31)

One major advantage of the outer join is that:

(Multiple Choice)
4.8/5
(24)

An equi-join is a join in which one of the duplicate columns is eliminated in the result table.

(True/False)
4.8/5
(40)

What results would the following SQL statement produce? Select owner,table_name From dba_tables Where table_name = 'CUSTOMER';

(Multiple Choice)
4.9/5
(34)

What are some tips for developing queries?

(Essay)
4.8/5
(33)
Showing 101 - 111 of 111
close modal

Filters

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