Filters
Question type

Study Flashcards

What are some tips for developing queries?

Correct Answer

verifed

verified

Some suggestions to help the query writi...

View Answer

One major advantage of the outer join is that:


A) information is easily accessible.
B) information is not lost.
C) the query is easier to write.
D) all of the above.

Correct Answer

verifed

verified

A procedure is:


A) stored within the database.
B) given a unique name.
C) called by name.
D) all of the above.

Correct Answer

verifed

verified

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


A) stored procedures.
B) treatments.
C) triggers.
D) trapdoors.

Correct Answer

verifed

verified

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) :


A) natural join.
B) equi-join.
C) outer join.
D) union join.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

SQL-invoked routines can be:


A) procedures.
B) functions.
C) all of the above.
D) none of the above.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) A listing of all customers in the customer table
B) A listing of the owner of the customer table
C) A listing of the owner of the customer table as well as customers
D) An error message

Correct Answer

verifed

verified

Showing 101 - 111 of 111

Related Exams

Show Answer