Filters
Question type

Study Flashcards

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.

Correct Answer

verifed

verified

Describe the important features and applications of SQL functions

Correct Answer

verifed

verified

SQL functions are very useful tools.Func...

View Answer

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.


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

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

Correct Answer

verifed

verified

The data type is considered compatible with VARCHAR(35) .


A) DATE
B) INT
C) TINYINT
D) CHAR(15)

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

Correct Answer

verifed

verified

The SELECT statement uses the attribute list to indicate what columns to project in the resulting set.

A) True
B) False

Correct Answer

verifed

verified

A relational join operation merges rows from two tables.

A) True
B) False

Correct Answer

verifed

verified

Triggers can only be used to update table values.

A) True
B) False

Correct Answer

verifed

verified

String manipulation functions are rarely used in programming.

A) True
B) False

Correct Answer

verifed

verified

A row-level trigger requires use of the keywords and is executed once for each row affected by the triggering statement.

Correct Answer

verifed

verified

Assume you are using the MINUS 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 MINUS operator?


A) 0
B) 2
C) 8
D) 10

E) A) and B)
F) All of the above

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

If a designer wishes to create an inner join,but the two tables do not have a commonly named attribute,he can use a(n) _____ clause.


A) OF
B) USING
C) HAS
D) JOIN ON

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

Correct Answer

verifed

verified

"Union­compatible" means that the .


A) names of the relation attributes can be different,but the data types must be alike
B) names of the relation attributes must be the same,but the data types can be different
C) names of the relation attributes must be the same and their data types must be alike
D) number of attributes must be the same,but the names and data types can be different

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

Correct Answer

verifed

verified

A persistent stored module is stored and executed on the database client machine.

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

The Oracle equivalent to an MS Access AutoNumber is a(n) .


A) auto-number
B) sequence
C) TO_NUMBER function
D) trigger

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

Correct Answer

verifed

verified

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

A row-level trigger is assumed if we omit the FOR EACH ROW keywords and a statement-level trigger required the use of the FOR EACH ROW keyword.

A) True
B) False

Correct Answer

verifed

verified

A view is a virtual table based on a SELECT query.

A) True
B) False

Correct Answer

verifed

verified

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.


A) outer
B) inner
C) equi-
D) cross

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

Correct Answer

verifed

verified

Showing 21 - 40 of 95

Related Exams

Show Answer